ParaView
Public Member Functions | Static Public Member Functions
pqCollaborationEventPlayer Class Reference

pqCollaborationEventPlayer is used to playback events that make collaborative-testing possible. More...

#include <pqCollaborationEventPlayer.h>

Inheritance diagram for pqCollaborationEventPlayer:
Inheritance graph
[legend]
Collaboration diagram for pqCollaborationEventPlayer:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

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.


Constructor & Destructor Documentation

pqCollaborationEventPlayer::pqCollaborationEventPlayer ( QObject *  parent = NULL)
virtual pqCollaborationEventPlayer::~pqCollaborationEventPlayer ( ) [virtual]

Member Function Documentation

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]

The documentation for this class was generated from the following file: