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

Public Member Functions | |
| DtSimulationTimeScaleWidgetSlider (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtSimulationTimeScaleWidgetSlider () |
| DTOR. | |
| virtual void | setTimeMultiplier (double multiplier) |
| Sets the time multiplier to the specified value. Calls down to logic to set. | |
| virtual double | timeMultiplier () const |
| Time multiplier value. | |
| virtual void | setRange (double low, double high) |
| Sets the range on the slider. | |
| virtual void | range (double &low, double &high) const |
| Returns the range on the slider. | |
| virtual void | setEnabled (bool) |
| Enables/disables widget. | |
| virtual bool | enabled () const |
| Returns enable state of widget. | |
| virtual void | setDisplayOnly (bool) |
| Sets to only display the information, not send it to the network. | |
Public Member Functions inherited from makVrf::DtSimulationTimeScaleWidgetInterface | |
| virtual | ~DtSimulationTimeScaleWidgetInterface () |
| Virtual DTOR. | |
Public Attributes | |
| QDoubleValidator * | myDoubleValidator |
| QLineEdit * | myTimeMultiplierEdit |
| QSlider * | myTimeMultiplierSlider |
Protected Slots | |
| virtual void | changeTimeMultiplier (int) |
| virtual void | changeTimeMultiplier (const QString &) |
Protected Member Functions | |
| virtual void | setupGui () |
| Sets up the contents of the widget onto the supplied parent. | |
Protected Attributes | |
| DtSimulationTimeScaleWidgetLogic * | myLogic |
| double | myStep |
A widget class for putting simulation Time buttons on that are tied to existing menu items.
| makVrf::DtSimulationTimeScaleWidgetSlider::DtSimulationTimeScaleWidgetSlider | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Sets the time multiplier to the specified value. Calls down to logic to set.
Implements makVrf::DtSimulationTimeScaleWidgetInterface.
|
virtual |
Time multiplier value.
Implements makVrf::DtSimulationTimeScaleWidgetInterface.
|
virtual |
Sets the range on the slider.
Implements makVrf::DtSimulationTimeScaleWidgetInterface.
|
virtual |
Returns the range on the slider.
Implements makVrf::DtSimulationTimeScaleWidgetInterface.
|
virtual |
Enables/disables widget.
Implements makVrf::DtSimulationTimeScaleWidgetInterface.
|
virtual |
Returns enable state of widget.
Implements makVrf::DtSimulationTimeScaleWidgetInterface.
|
virtual |
Sets to only display the information, not send it to the network.
|
protectedvirtual |
Sets up the contents of the widget onto the supplied parent.
|
protectedvirtualslot |
|
protectedvirtualslot |
| QDoubleValidator* makVrf::DtSimulationTimeScaleWidgetSlider::myDoubleValidator |
| QLineEdit* makVrf::DtSimulationTimeScaleWidgetSlider::myTimeMultiplierEdit |
| QSlider* makVrf::DtSimulationTimeScaleWidgetSlider::myTimeMultiplierSlider |
|
protected |
|
protected |