![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| virtual | ~DtGroundClampingWidgetInterface () |
| Virtual DTOR. | |
| virtual void | setEnabled (bool)=0 |
| Sets widget to be enabled/disabled. | |
| virtual void | setValue (bool)=0 |
| Sets widget value to true/false (on/off) | |
| virtual void | setGroundClampingFactor (int factor)=0 |
| Sets the value of the ground clamping scale factor slider. | |
| virtual makVrv::DtGroundClampingWidgetInterface::~DtGroundClampingWidgetInterface | ( | ) | [virtual] |
Virtual DTOR.
| virtual void makVrv::DtGroundClampingWidgetInterface::setEnabled | ( | bool | ) | [pure virtual] |
Sets widget to be enabled/disabled.
Implemented in makVrv::DtGroundClampingWidget.
| virtual void makVrv::DtGroundClampingWidgetInterface::setValue | ( | bool | ) | [pure virtual] |
Sets widget value to true/false (on/off)
Implemented in makVrv::DtGroundClampingWidget.
| virtual void makVrv::DtGroundClampingWidgetInterface::setGroundClampingFactor | ( | int | factor | ) | [pure virtual] |
Sets the value of the ground clamping scale factor slider.
Implemented in makVrv::DtGroundClampingWidget.