VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTerrainScaleWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtTerrainScaleWidgetInterface.h,v $ $Revision: 1.14 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
16 
17 namespace makVrv
18 {
23  {
24  public:
25 
28 
30  virtual void setEnabled(bool) = 0;
31 
33  virtual void setTerrainScalingEnabled( bool ) = 0;
34 
36  virtual void setTerrainScaleFactor( double factor ) = 0;
37 
39  boost::signal<void (bool)> signal_terrainScalingEnabledSet;
40 
42  boost::signal<void (double)> signal_terrainScaleFactorSet;
43 
44  };
45 }
boost::signal< void(bool)> signal_terrainScalingEnabledSet
Emitted by the widget when the user changes terrain scaling enabled.
Definition: DtTerrainScaleWidgetInterface.h:39
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Interface of the makVrv::DtTerrainScaleWidget for the makVrv::DtTerrainScaleLogic.
Definition: DtTerrainScaleWidgetInterface.h:22
boost::signal< void(double)> signal_terrainScaleFactorSet
Emitted by the widget when the user changes the terrain scale factor.
Definition: DtTerrainScaleWidgetInterface.h:42

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)