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

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.
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.

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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)