![]() |
VR-Forces 5.0.3 Developer's Guide
|
A widget class for putting simulation Time buttons on that are tied to existing menu items.

Public Member Functions | |
| DtSimulationTimeWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| virtual | ~DtSimulationTimeWidget () |
Public Member Functions inherited from makVrf::DtSimulationTimeWidgetInterface | |
| virtual | ~DtSimulationTimeWidgetInterface () |
Public Attributes | |
| QHBoxLayout * | myMainLayout |
| DtQLabel * | mySimTime |
| DtSimulationTimeWidgetLogic * | myLogic |
Protected Member Functions | |
| virtual void | setupUi () |
| virtual void | reset () |
| virtual void | display (const QString &) |
| virtual void | setEnabled (bool) |
| virtual void | showEvent (QShowEvent *) |
| virtual void | hideEvent (QHideEvent *) |
| virtual void | updateTime () |
| virtual bool | needsTimeUpdate () const |
| virtual void | updateSimTime () |
| virtual void | slot_backendUpdated (const DtVrfBackendState &, int changedFlags) |
| virtual bool | eventFilter (QObject *o, QEvent *e) override |
Protected Attributes | |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| makVrv::DtDe & | myDe |
| bool | myEnabled |
| double | myNextTimeToCheck |
| double | myLastSimTime |
| 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.
|
protectedvirtual |
Set widget to be enabled/disabled.
Implements makVrf::DtSimulationTimeWidgetInterface.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Calls down to logic to update time.
|
protectedvirtual |
Reimplemented in makVrf::DtSimulationRunDurationWidget.
|
protectedvirtual |
|
protectedvirtual |
|
overrideprotectedvirtual |
| QHBoxLayout* makVrf::DtSimulationTimeWidget::myMainLayout |
| DtQLabel* makVrf::DtSimulationTimeWidget::mySimTime |
| DtSimulationTimeWidgetLogic* makVrf::DtSimulationTimeWidget::myLogic |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |