|
ParaView
|
Records usage of native file dialogs in test cases. More...
#include <pqNativeFileDialogEventPlayer.h>


Public Member Functions | |
| pqNativeFileDialogEventPlayer (pqTestUtility *util, QObject *p=0) | |
| ~pqNativeFileDialogEventPlayer () | |
| 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 Slots | |
| void | start () |
| void | stop () |
Protected Attributes | |
| pqTestUtility * | mUtil |
Records usage of native file dialogs in test cases.
Definition at line 47 of file pqNativeFileDialogEventPlayer.h.
| pqNativeFileDialogEventPlayer::pqNativeFileDialogEventPlayer | ( | pqTestUtility * | util, |
| QObject * | p = 0 |
||
| ) |
| pqNativeFileDialogEventPlayer::~pqNativeFileDialogEventPlayer | ( | ) |
| bool pqNativeFileDialogEventPlayer::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.
| void pqNativeFileDialogEventPlayer::start | ( | ) | [protected, slot] |
| void pqNativeFileDialogEventPlayer::stop | ( | ) | [protected, slot] |
pqTestUtility* pqNativeFileDialogEventPlayer::mUtil [protected] |
Definition at line 63 of file pqNativeFileDialogEventPlayer.h.
1.7.5.1