![]() |
VR-Forces 4.1 Class Documentation
|
A widget class for putting simulation Time buttons on that are tied to existing menu items. More...

Public Member Functions | |
| DtSimulationTimeWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtSimulationTimeWidget () |
| DTOR. | |
Public Member Functions inherited from makVrf::DtSimulationTimeWidgetInterface | |
| virtual | ~DtSimulationTimeWidgetInterface () |
| Virtual DTOR. | |
Public Attributes | |
| QHBoxLayout * | myMainLayout |
| QLabel * | mySimTime |
| DtSimulationTimeWidgetLogic * | myLogic |
| bool | myEnabled |
Protected Member Functions | |
| virtual void | setupUi () |
| Sets up the contents of the widget. | |
| virtual void | reset () |
| Resets display to all zeros. | |
| virtual void | display (const QString &) |
| Sets the time to dislpay. | |
A widget class for putting simulation Time buttons on that are tied to existing menu items.
| makVrf::DtSimulationTimeWidget::DtSimulationTimeWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
protectedvirtual |
Sets up the contents of the widget.
|
protectedvirtual |
Resets display to all zeros.
Implements makVrf::DtSimulationTimeWidgetInterface.
|
protectedvirtual |
Sets the time to dislpay.
Implements makVrf::DtSimulationTimeWidgetInterface.
| QHBoxLayout* makVrf::DtSimulationTimeWidget::myMainLayout |
| QLabel* makVrf::DtSimulationTimeWidget::mySimTime |
| DtSimulationTimeWidgetLogic* makVrf::DtSimulationTimeWidget::myLogic |
| bool makVrf::DtSimulationTimeWidget::myEnabled |