![]() |
VR-Forces 4.0.4 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 | setViewControlCheckBox (bool checked)=0 |
| Set the accept view control 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. | |
Abstract interface for the attach widget.
| virtual makVrv::DtEyepointControlWidgetInterface::~DtEyepointControlWidgetInterface | ( | ) | [virtual] |
Virtual DTOR.
| virtual void makVrv::DtEyepointControlWidgetInterface::setScalingCheckBox | ( | bool | trueFalse | ) | [pure virtual] |
Set the scaling check box.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setConstrainCheckBox | ( | bool | trueFalse | ) | [pure virtual] |
Set the constrain (to terrain) check box.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setViewControlCheckBox | ( | bool | checked | ) | [pure virtual] |
Set the accept view control check box.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::enableConstrainCheckBox | ( | bool | enabled | ) | [pure virtual] |
Enable or disable the constrain (to terrain) check box.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setTerrainDragCheckBox | ( | bool | trueFalse | ) | [pure virtual] |
Set the terrain dragging enabled switch on or off.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setLinearSpeedGainSlider | ( | int | gain | ) | [pure virtual] |
Set the linear speed gain slider.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setRotationSpeedGainSlider | ( | int | gain | ) | [pure virtual] |
Set the rotation speed gain slider.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setOrbitSpeedGainSlider | ( | int | gain | ) | [pure virtual] |
Set the orbit speed gain slider.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setSliderGainPrecision | ( | int | precision | ) | [pure virtual] |
Set the gain precision for all sliders.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setModelScaleFactorSlider | ( | int | factor | ) | [pure virtual] |
Set the model scale factor.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::enableModelScaleFactorSlider | ( | bool | enable | ) | [pure virtual] |
Enable / disable model scale factor slider.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setMaxModelScaleFactor | ( | int | maxModelScaleFactor | ) | [pure virtual] |
Set the model scale slider's maximum value.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::setViewMagnificationSpinBox | ( | double | mag | ) | [pure virtual] |
Set the value of the view magnification spin box.
Implemented in makVrv::DtEyepointControlWidget.
| virtual void makVrv::DtEyepointControlWidgetInterface::enableViewMagnificationSpinBox | ( | bool | enable | ) | [pure virtual] |
Enable / disable the view magnification spin box.
Implemented in makVrv::DtEyepointControlWidget.