|
ParaView
|
Concrete implementation of pqWidgetEventPlayer that translates high-level ParaView events into low-level Qt events. More...
#include <pqPluginTreeWidgetEventPlayer.h>


Public Member Functions | |
| pqPluginTreeWidgetEventPlayer (QObject *parent=0) | |
| ~pqPluginTreeWidgetEventPlayer () | |
| bool | playEvent (QObject *object, const QString &command, const QString &arguments, bool &error) |
| Derivatives should implement this and play-back the given command, returning "true" if they handled the command, and setting Error to "true" if there were any problems. | |
Concrete implementation of pqWidgetEventPlayer that translates high-level ParaView events into low-level Qt events.
Definition at line 45 of file pqPluginTreeWidgetEventPlayer.h.
| pqPluginTreeWidgetEventPlayer::pqPluginTreeWidgetEventPlayer | ( | QObject * | parent = 0 | ) |
| pqPluginTreeWidgetEventPlayer::~pqPluginTreeWidgetEventPlayer | ( | ) |
| bool pqPluginTreeWidgetEventPlayer::playEvent | ( | QObject * | Object, |
| const QString & | Command, | ||
| const QString & | Arguments, | ||
| bool & | Error | ||
| ) | [virtual] |
Derivatives should implement this and play-back the given command, returning "true" if they handled the command, and setting Error to "true" if there were any problems.
Implements pqWidgetEventPlayer.
1.7.5.1