Public Slots |
| virtual void | processBroker () |
| | Do everything the broker needs to do for this tick.
|
Public Member Functions |
| | DtBrokerThread () |
| | Constructor.
|
| virtual | ~DtBrokerThread () |
| | Destructor.
|
| virtual void | run () |
| | The main loop for this class.
|
| virtual void | startTimer () |
| | Starts the timer to process the broker.
|
| virtual void | setBroker (DtBroker *broker) |
| | Sets the broker that this thread refers to. Required.
|
Constructor & Destructor Documentation
| MAKVrExchange::DtBrokerThread::DtBrokerThread |
( |
| ) |
|
| virtual MAKVrExchange::DtBrokerThread::~DtBrokerThread |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void MAKVrExchange::DtBrokerThread::run |
( |
| ) |
|
|
virtual |
The main loop for this class.
| virtual void MAKVrExchange::DtBrokerThread::startTimer |
( |
| ) |
|
|
virtual |
Starts the timer to process the broker.
This may be done inside this thread using the exec command, or called by the original thread thread If you don't want a separate processing thread
| virtual void MAKVrExchange::DtBrokerThread::setBroker |
( |
DtBroker * |
broker | ) |
|
|
virtual |
Sets the broker that this thread refers to. Required.
| virtual void MAKVrExchange::DtBrokerThread::processBroker |
( |
| ) |
|
|
virtualslot |
Do everything the broker needs to do for this tick.
Member Data Documentation
| DtBroker* MAKVrExchange::DtBrokerThread::myBroker |
|
protected |
| QTimer* MAKVrExchange::DtBrokerThread::myTimer |
|
protected |
| bool MAKVrExchange::DtBrokerThread::myUsingThread |
|
protected |
The documentation for this class was generated from the following file: