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

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