|
ParaView
|
Concrete implementation of pqWidgetEventPlayer that handles playback of "activate" events for 3d views. More...
#include <pq3DViewEventPlayer.h>


Public Member Functions | |
| pq3DViewEventPlayer (const QByteArray &classname, 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. | |
Protected Attributes | |
| QByteArray | mClassType |
Concrete implementation of pqWidgetEventPlayer that handles playback of "activate" events for 3d views.
It is not registered by default, and user can register with their own 3d view type.
Definition at line 44 of file pq3DViewEventPlayer.h.
| pq3DViewEventPlayer::pq3DViewEventPlayer | ( | const QByteArray & | classname, |
| QObject * | p = 0 |
||
| ) |
| bool pq3DViewEventPlayer::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.
QByteArray pq3DViewEventPlayer::mClassType [protected] |
Definition at line 53 of file pq3DViewEventPlayer.h.
1.7.5.1