|
ParaView
|
pqTreeViewEventPlayer is a player for QTreeWidget. More...
#include <pqTreeViewEventPlayer.h>


Public Member Functions | |
| pqTreeViewEventPlayer (QObject *parent=0) | |
| ~pqTreeViewEventPlayer () | |
| 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. | |
pqTreeViewEventPlayer is a player for QTreeWidget.
Plays back the state recorded using pqTreeViewEventTranslator.
Definition at line 39 of file pqTreeViewEventPlayer.h.
| pqTreeViewEventPlayer::pqTreeViewEventPlayer | ( | QObject * | parent = 0 | ) |
| pqTreeViewEventPlayer::~pqTreeViewEventPlayer | ( | ) |
| bool pqTreeViewEventPlayer::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