VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrv::DtTerrainScaleWidgetInterface Class Referenceabstract

Interface of the makVrv::DtTerrainScaleWidget for the makVrv::DtTerrainScaleLogic. More...

Inheritance diagram for makVrv::DtTerrainScaleWidgetInterface:
Inheritance graph
[legend]

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::signal< void(bool)> signal_terrainScalingEnabledSet
 Emitted by the widget when the user changes terrain scaling enabled. More...
 
boost::signal< void(double)> signal_terrainScaleFactorSet
 Emitted by the widget when the user changes the terrain scale factor. More...
 

Detailed Description

Interface of the makVrv::DtTerrainScaleWidget for the makVrv::DtTerrainScaleLogic.

Constructor & Destructor Documentation

virtual makVrv::DtTerrainScaleWidgetInterface::~DtTerrainScaleWidgetInterface ( )
virtual

Virtual DTOR.

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)