CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cxtest Namespace Reference

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 Documentation

Definition at line 43 of file cxtestSyntheticReconstructInput.h.

Definition at line 40 of file cxtestSyntheticVolumeComparer.h.

typedef boost::shared_ptr<TestSender> cxtest::TestSenderPtr

Definition at line 72 of file cxtestSender.h.

Function Documentation

bool CXTESTUTILITIES_EXPORT cxtest::waitForQueuedSignal ( QObject *  object,
const char *  signal,
int  maxWaitMilliSeconds,
bool  silentAtArrive 
)

Definition at line 44 of file cxtestQueuedSignalListener.cpp.