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

Public Member Functions | |
| virtual | ~DtEyepointControlWidgetInterface () |
| Virtual DTOR. | |
| virtual void | setScalingCheckBox (bool trueFalse)=0 |
| Set the scaling check box. | |
| virtual void | setConstrainCheckBox (bool trueFalse)=0 |
| Set the constrain (to terrain) check box. | |
| virtual void | enableConstrainCheckBox (bool enabled)=0 |
| Enable or disable the constrain (to terrain) check box. | |
| virtual void | setTerrainDragCheckBox (bool trueFalse)=0 |
| Set the terrain dragging enabled switch on or off. | |
| virtual void | setLinearSpeedGainSlider (int gain)=0 |
| Set the linear speed gain slider. | |
| virtual void | setRotationSpeedGainSlider (int gain)=0 |
| Set the rotation speed gain slider. | |
| virtual void | setOrbitSpeedGainSlider (int gain)=0 |
| Set the orbit speed gain slider. | |
| virtual void | setSliderGainPrecision (int precision)=0 |
| Set the gain precision for all sliders. | |
| virtual void | setModelScaleFactorSlider (int factor)=0 |
| Set the model scale factor. | |
| virtual void | enableModelScaleFactorSlider (bool enable)=0 |
| Enable / disable model scale factor slider. | |
| virtual void | setMaxModelScaleFactor (int maxModelScaleFactor)=0 |
| Set the model scale slider's maximum value. | |
| virtual void | setViewMagnificationSpinBox (double mag)=0 |
| Set the value of the view magnification spin box. | |
| virtual void | enableViewMagnificationSpinBox (bool enable)=0 |
| Enable / disable the view magnification spin box. | |
| virtual void | setSpeedScalingMode (DtObserverObject::SpeedScalingMode mode)=0 |
| Set the speed scaling mode in use. | |
| virtual void | setSpeedScalingMslModeOffset (double offset)=0 |
| Set the offset to use for MSL mode speed scaling. | |
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 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.