CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxtestQueuedSignalListener.h File Reference
#include "cxtestutilities_export.h"
#include <QObject>

Go to the source code of this file.

Classes

class  cxtest::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...
 

Namespaces

 cxtest
 

Functions

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