![]() |
VR-Forces 4.0.4 Class Documentation
|
Interface of the makVrv::DtTerrainScaleWidget for the makVrv::DtTerrainScaleLogic. More...

Public Member Functions | |
| virtual | ~DtTerrainScaleWidgetInterface () |
| Virtual DTOR. | |
| virtual void | setEnabled (bool)=0 |
| Sets widget to be enabled/disabled. | |
| virtual void | setTerrainScalingEnabled (bool)=0 |
| Sets widget value to true/false (on/off) | |
| virtual void | setTerrainScaleFactor (double factor)=0 |
| Sets the value of the model scale factor slider. | |
Public Attributes | |
| boost::signal< void(bool)> | signal_terrainScalingEnabledSet |
| Emitted by the widget when the user changes terrain scaling enabled. | |
| boost::signal< void(double)> | signal_terrainScaleFactorSet |
| Emitted by the widget when the user changes the terrain scale factor. | |
Interface of the makVrv::DtTerrainScaleWidget for the makVrv::DtTerrainScaleLogic.
| virtual makVrv::DtTerrainScaleWidgetInterface::~DtTerrainScaleWidgetInterface | ( | ) | [virtual] |
Virtual DTOR.
| virtual void makVrv::DtTerrainScaleWidgetInterface::setEnabled | ( | bool | ) | [pure virtual] |
Sets widget to be enabled/disabled.
Implemented in makVrv::DtTerrainScaleWidget.
| virtual void makVrv::DtTerrainScaleWidgetInterface::setTerrainScalingEnabled | ( | bool | ) | [pure virtual] |
Sets widget value to true/false (on/off)
Implemented in makVrv::DtTerrainScaleWidget.
| virtual void makVrv::DtTerrainScaleWidgetInterface::setTerrainScaleFactor | ( | double | factor | ) | [pure virtual] |
Sets the value of the model scale factor slider.
Implemented in makVrv::DtTerrainScaleWidget.
| boost::signal<void (bool)> makVrv::DtTerrainScaleWidgetInterface::signal_terrainScalingEnabledSet |
Emitted by the widget when the user changes terrain scaling enabled.
| boost::signal<void (double)> makVrv::DtTerrainScaleWidgetInterface::signal_terrainScaleFactorSet |
Emitted by the widget when the user changes the terrain scale factor.