|
ParaView
|
Concrete implementation of pqWidgetEventPlayer that handles playback of "activate" events for buttons and menus. More...
#include <pqAbstractActivateEventPlayer.h>


Public Member Functions | |
| pqAbstractActivateEventPlayer (QObject *p=0) | |
| 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 handles playback of "activate" events for buttons and menus.
Definition at line 46 of file pqAbstractActivateEventPlayer.h.
| pqAbstractActivateEventPlayer::pqAbstractActivateEventPlayer | ( | QObject * | p = 0 | ) |
| bool pqAbstractActivateEventPlayer::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