![]() |
VR-Exchange 2.1 API Documentation
|
A simple wrapper class around QtAboutBox. More...

Public Slots | |
| virtual void | updateInfo () |
| Updates all the values in the queue. | |
| virtual void | show () |
| Show this dialog and begin the 5 second update timer. | |
Public Member Functions | |
| DtQueueInfoDlg (DtQueueManager *queueManager, DtAppBrokerManager *brokerManager, QWidget *parent=0, Qt::WFlags fl=0) | |
| Default CTOR. | |
| virtual | ~DtQueueInfoDlg () |
| Default DTOR. | |
| void | timerEvent (QTimerEvent *event) |
| Overwritten in order to update everything every 5 seconds. | |
Protected Attributes | |
| Ui::DtQueueInfoDlg | myUi |
| DtQueueManager * | myQueueManager |
| DtAppBrokerManager * | myBrokerManager |
Private Member Functions | |
| DtQueueInfoDlg (const DtQueueInfoDlg &other) | |
| Copy CTOR Not Implemented – Do Not Copy. | |
| DtQueueInfoDlg & | operator= (const DtQueueInfoDlg &other) |
| Assignment Operator Not Implemented – Do Not Copy. | |
A simple wrapper class around QtAboutBox.
This wrapper class just fills in information about the compiler, platform and version of VR-Exchange.
| MAKVrExchange::DtQueueInfoDlg::DtQueueInfoDlg | ( | DtQueueManager * | queueManager, |
| DtAppBrokerManager * | brokerManager, | ||
| QWidget * | parent = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
Default CTOR.
|
virtual |
Default DTOR.
|
private |
Copy CTOR Not Implemented – Do Not Copy.
| void MAKVrExchange::DtQueueInfoDlg::timerEvent | ( | QTimerEvent * | event | ) |
Overwritten in order to update everything every 5 seconds.
|
virtualslot |
Updates all the values in the queue.
|
virtualslot |
Show this dialog and begin the 5 second update timer.
|
private |
Assignment Operator Not Implemented – Do Not Copy.
|
protected |
|
protected |
|
protected |