|
ParaView
|
pqCollaborationEventPlayer is used to playback events that make collaborative-testing possible. More...
#include <pqCollaborationEventPlayer.h>


Public Member Functions | |
| pqCollaborationEventPlayer (QObject *parent=NULL) | |
| virtual | ~pqCollaborationEventPlayer () |
| virtual 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 void | waitForMaster () |
| used to wait till the process becomes a master. | |
| static void | waitForConnections (int num_connections) |
| used to wait until there are num_connection connections. | |
| static void | wait (int milli_seconds) |
pqCollaborationEventPlayer is used to playback events that make collaborative-testing possible.
These events cannot be recorded by the test-recorder, but are manually added. But once added, they enable the playback to wait for appropriate actions to happen.
Definition at line 42 of file pqCollaborationEventPlayer.h.
| pqCollaborationEventPlayer::pqCollaborationEventPlayer | ( | QObject * | parent = NULL | ) |
| virtual pqCollaborationEventPlayer::~pqCollaborationEventPlayer | ( | ) | [virtual] |
| virtual bool pqCollaborationEventPlayer::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 void pqCollaborationEventPlayer::waitForMaster | ( | ) | [static] |
used to wait till the process becomes a master.
| static void pqCollaborationEventPlayer::waitForConnections | ( | int | num_connections | ) | [static] |
used to wait until there are num_connection connections.
| static void pqCollaborationEventPlayer::wait | ( | int | milli_seconds | ) | [static] |
1.7.5.1