![]() |
VR-Forces 4.10 Class Documentation
|
Abstract interface for the attach widget. More...

Public Member Functions | |
| virtual | ~DtEyepointControlWidgetInterface () |
| Virtual DTOR. More... | |
| virtual void | setScalingCheckBox (bool trueFalse)=0 |
| Set the scaling check box. More... | |
| virtual void | setConstrainCheckBox (bool trueFalse)=0 |
| Set the constrain (to terrain) check box. More... | |
| virtual void | enableConstrainCheckBox (bool enabled)=0 |
| Enable or disable the constrain (to terrain) check box. More... | |
| virtual void | setTerrainDragCheckBox (bool trueFalse)=0 |
| Set the terrain dragging enabled switch on or off. More... | |
| virtual void | setLinearSpeedGainSlider (int gain)=0 |
| Set the linear speed gain slider. More... | |
| virtual void | setRotationSpeedGainSlider (int gain)=0 |
| Set the rotation speed gain slider. More... | |
| virtual void | setOrbitSpeedGainSlider (int gain)=0 |
| Set the orbit speed gain slider. More... | |
| virtual void | setSliderGainPrecision (int precision)=0 |
| Set the gain precision for all sliders. More... | |
| virtual void | setModelScaleFactorSlider (int factor)=0 |
| Set the model scale factor. More... | |
| virtual void | enableModelScaleFactorSlider (bool enable)=0 |
| Enable / disable model scale factor slider. More... | |
| virtual void | setMaxModelScaleFactor (int maxModelScaleFactor)=0 |
| Set the model scale slider's maximum value. More... | |
| virtual void | setViewMagnificationSpinBox (double mag)=0 |
| Set the value of the view magnification spin box. More... | |
| virtual void | enableViewMagnificationSpinBox (bool enable)=0 |
| Enable / disable the view magnification spin box. More... | |
| virtual void | setLodScaleSpinBox (double lodScale)=0 |
| Set the value of the lod scale spin box. More... | |
| virtual void | enableLodScaleSpinBox (bool enable)=0 |
| Enable / disable the lod scale spin box. More... | |
| virtual void | setSpeedScalingMode (DtObserverObject::SpeedScalingMode mode)=0 |
| Set the speed scaling mode in use. More... | |
| virtual void | setSpeedScalingMslModeOffset (double offset)=0 |
| Set the offset to use for MSL mode speed scaling. More... | |
| virtual void | setLodScaleMinRange (float minRange)=0 |
| Configure the lod scale slider/spinbox (Logic will use values from default_widgetRanges.wrgx) More... | |
| virtual void | setLodScaleMaxRange (float maxRange)=0 |
| virtual void | setLodScaleDecimals (int decimals)=0 |
| virtual void | setLodScaleSingleStep (float step)=0 |
Abstract interface for the attach widget.
|
virtual |
Virtual DTOR.
|
pure virtual |
Set the scaling check box.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the constrain (to terrain) check box.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Enable or disable the constrain (to terrain) check box.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the terrain dragging enabled switch on or off.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the linear speed gain slider.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the rotation speed gain slider.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the orbit speed gain slider.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the gain precision for all sliders.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the model scale factor.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Enable / disable model scale factor slider.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the model scale slider's maximum value.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the value of the view magnification spin box.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Enable / disable the view magnification spin box.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the value of the lod scale spin box.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Configure the lod scale slider/spinbox (Logic will use values from default_widgetRanges.wrgx)
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Enable / disable the lod scale spin box.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the speed scaling mode in use.
Implemented in makVrv::DtEyepointControlWidget.
|
pure virtual |
Set the offset to use for MSL mode speed scaling.
Implemented in makVrv::DtEyepointControlWidget.