![]() |
VR-Forces 4.0.4 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 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 makVrf::DtSimulationTimeWidget::~DtSimulationTimeWidget | ( | ) | [virtual] |
DTOR.
| virtual void makVrf::DtSimulationTimeWidget::setupUi | ( | ) | [protected, virtual] |
Sets up the contents of the widget.
| virtual void makVrf::DtSimulationTimeWidget::reset | ( | ) | [protected, virtual] |
Resets display to all zeros.
Implements makVrf::DtSimulationTimeWidgetInterface.
| virtual void makVrf::DtSimulationTimeWidget::display | ( | const QString & | ) | [protected, virtual] |
Sets the time to dislpay.
Implements makVrf::DtSimulationTimeWidgetInterface.
| QHBoxLayout* makVrf::DtSimulationTimeWidget::myMainLayout |