|
ParaView
|
pqColorButtonEventPlayer is the player for pqColorChooserButton. More...
#include <pqColorButtonEventPlayer.h>


Public Member Functions | |
| pqColorButtonEventPlayer (QObject *parent=0) | |
| ~pqColorButtonEventPlayer () | |
| 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. | |
Static Public Member Functions | |
| static const QString & | EVENT_NAME () |
pqColorButtonEventPlayer is the player for pqColorChooserButton.
Definition at line 39 of file pqColorButtonEventPlayer.h.
| pqColorButtonEventPlayer::pqColorButtonEventPlayer | ( | QObject * | parent = 0 | ) |
| pqColorButtonEventPlayer::~pqColorButtonEventPlayer | ( | ) |
| bool pqColorButtonEventPlayer::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.
| static const QString& pqColorButtonEventPlayer::EVENT_NAME | ( | ) | [static] |
1.7.5.1