CustusX
16.5.0-rc9
An IGT application
|
Classes | |
class | DirectSignalListener |
Listen for signals using Qt::DirectConnection. More... | |
class | JenkinsMeasurement |
class | ProbeFixture |
class | QueuedSignalListener |
Object that waits for a signal to arrive from a given QObject. If this takes longer than a given time, it will time out. The signal connection is of type Qt::QueuedConnection. More... | |
class | SphereSyntheticVolume |
class | SyntheticReconstructInput |
class | SyntheticVolumeComparer |
struct | TestUtilities |
class | Utilities |
class | TestSender |
Typedefs | |
typedef boost::shared_ptr < class SyntheticReconstructInput > | SyntheticReconstructInputPtr |
typedef boost::shared_ptr < class SyntheticVolumeComparer > | SyntheticVolumeComparerPtr |
typedef boost::shared_ptr < TestSender > | TestSenderPtr |
Functions | |
bool | waitForQueuedSignal (QObject *object, const char *signal, int maxWaitMilliSeconds, bool silentAtArrive) |
typedef boost::shared_ptr<class SyntheticReconstructInput> cxtest::SyntheticReconstructInputPtr |
Definition at line 43 of file cxtestSyntheticReconstructInput.h.
typedef boost::shared_ptr<class SyntheticVolumeComparer> cxtest::SyntheticVolumeComparerPtr |
Definition at line 40 of file cxtestSyntheticVolumeComparer.h.
typedef boost::shared_ptr<TestSender> cxtest::TestSenderPtr |
Definition at line 72 of file cxtestSender.h.
bool CXTESTUTILITIES_EXPORT cxtest::waitForQueuedSignal | ( | QObject * | object, |
const char * | signal, | ||
int | maxWaitMilliSeconds, | ||
bool | silentAtArrive | ||
) |
Definition at line 44 of file cxtestQueuedSignalListener.cpp.