![]() |
VR-Forces 4.0.4 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 makVrf::DtSimulationTimeScaleWidgetInterface::~DtSimulationTimeScaleWidgetInterface | ( | ) | [virtual] |
Virtual DTOR.
| virtual void makVrf::DtSimulationTimeScaleWidgetInterface::setTimeMultiplier | ( | int | tick, |
| double | multiplier | ||
| ) | [pure virtual] |
Sets the value of the time multiplier.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
| virtual void makVrf::DtSimulationTimeScaleWidgetInterface::setRange | ( | int | low, |
| int | high, | ||
| int | tickInterval = 1 |
||
| ) | [pure virtual] |
Sets the range on the slider.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
| virtual void makVrf::DtSimulationTimeScaleWidgetInterface::setValidatorRange | ( | double | low, |
| double | high | ||
| ) | [pure virtual] |
Sets the range on the validator.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
| virtual void makVrf::DtSimulationTimeScaleWidgetInterface::range | ( | int & | low, |
| int & | high | ||
| ) | const [pure virtual] |
Returns the range on the slider.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
| virtual void makVrf::DtSimulationTimeScaleWidgetInterface::setEnabled | ( | bool | ) | [pure virtual] |
Enables/disables widget.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.
| virtual bool makVrf::DtSimulationTimeScaleWidgetInterface::enabled | ( | ) | const [pure virtual] |
Returns enable state of widget.
Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.