pqCollaborationEventPlayer is used to playback events that make collaborative-testing possible.
More...
#include <pqCollaborationEventPlayer.h>
Inherits pqWidgetEventPlayer.
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 16 of file pqCollaborationEventPlayer.h.
◆ pqCollaborationEventPlayer()
pqCollaborationEventPlayer::pqCollaborationEventPlayer |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~pqCollaborationEventPlayer()
pqCollaborationEventPlayer::~pqCollaborationEventPlayer |
( |
| ) |
|
|
override |
◆ playEvent()
bool pqCollaborationEventPlayer::playEvent |
( |
QObject * |
object, |
|
|
const QString & |
command, |
|
|
const QString & |
arguments, |
|
|
bool & |
error |
|
) |
| |
|
override |
◆ waitForMaster()
static void pqCollaborationEventPlayer::waitForMaster |
( |
int |
ms = 500 | ) |
|
|
static |
used to wait till the process becomes a master.
◆ waitForConnections()
static void pqCollaborationEventPlayer::waitForConnections |
( |
int |
num_connections | ) |
|
|
static |
used to wait until there are num_connection connections.
◆ wait()
static void pqCollaborationEventPlayer::wait |
( |
int |
milli_seconds | ) |
|
|
static |
The documentation for this class was generated from the following file: