#include <Libs/QtTesting/ctkQtTestingUtility.h>
Definition at line 35 of file ctkQtTestingUtility.h.
◆ Superclass
◆ ctkQtTestingUtility()
ctkQtTestingUtility::ctkQtTestingUtility |
( |
QObject * |
parent = 0 | ) |
|
◆ ~ctkQtTestingUtility()
ctkQtTestingUtility::~ctkQtTestingUtility |
( |
| ) |
|
◆ addDefaultCTKWidgetEventPlayersToPlayer()
void ctkQtTestingUtility::addDefaultCTKWidgetEventPlayersToPlayer |
( |
pqTestUtility * |
util | ) |
|
◆ addDefaultCTKWidgetEventTranslatorsToTranslator()
void ctkQtTestingUtility::addDefaultCTKWidgetEventTranslatorsToTranslator |
( |
pqTestUtility * |
util | ) |
|
◆ addPlayer()
void ctkQtTestingUtility::addPlayer |
( |
pqWidgetEventPlayer * |
player | ) |
|
◆ addTranslator()
void ctkQtTestingUtility::addTranslator |
( |
pqWidgetEventTranslator * |
translator | ) |
|
◆ eventTypeFromString()
static int ctkQtTestingUtility::eventTypeFromString |
( |
const QString & |
eventTypeStr | ) |
|
|
static |
Get pqEventTypes enum from string. Returns -1 if the type is not recognized. String comparison is case insensitive.
◆ eventTypeToString()
static QString ctkQtTestingUtility::eventTypeToString |
( |
int |
eventType | ) |
|
|
static |
Convert pqEventTypes enum to string. Returns "unknown" if the event type value is invalid.
The documentation for this class was generated from the following file: