![]() |
VR-Forces 4.1.1 Class Documentation
|
Abstract interface for the back end slection list widget. More...

Public Member Functions | |
| virtual | ~DtSimulationTimeScaleWidgetInterface () |
| Virtual DTOR. | |
| virtual void | setTimeMultiplier (int tick, double multiplier)=0 |
| Sets the value of the time multiplier. | |
| virtual void | setRange (int low, int high, int tickInterval=1)=0 |
| Sets the range on the slider. | |
| virtual void | setValidatorRange (double low, double high)=0 |
| Sets the range on the validator. | |
| virtual void | range (int &low, int &high) const =0 |
| Returns the range on the slider. | |
| virtual void | setEnabled (bool)=0 |
| Enables/disables widget. | |
| virtual bool | enabled () const =0 |
| Returns enable state of widget. | |
Abstract interface for the back end slection list widget.
|
virtual |
Virtual DTOR.
|
pure virtual |
Sets the value of the time multiplier.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
|
pure virtual |
Sets the range on the slider.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
|
pure virtual |
Sets the range on the validator.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
|
pure virtual |
Returns the range on the slider.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
|
pure virtual |
Enables/disables widget.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
|
pure virtual |
Returns enable state of widget.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.