VR-Forces Developer's Guide
 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) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 namespace makVrv
15 {
20  {
21  public:
22 
25 
27  virtual void setEnabled(bool) = 0;
28 
30  virtual void setTerrainScalingEnabled( bool ) = 0;
31 
33  virtual void setTerrainScaleFactor( double factor ) = 0;
34 
36  boost::signalslib::signal<void (bool)> signal_terrainScalingEnabledSet;
37 
39  boost::signalslib::signal<void (double)> signal_terrainScaleFactorSet;
40 
41  };
42 }
boost::signalslib::signal< void(bool)> signal_terrainScalingEnabledSet
Emitted by the widget when the user changes terrain scaling enabled.
Definition: DtTerrainScaleWidgetInterface.h:36
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
boost::signalslib::signal< void(double)> signal_terrainScaleFactorSet
Emitted by the widget when the user changes the terrain scale factor.
Definition: DtTerrainScaleWidgetInterface.h:39
Contains DLL export macros.
Interface of the makVrv::DtTerrainScaleWidget for the makVrv::DtTerrainScaleLogic.
Definition: DtTerrainScaleWidgetInterface.h:19

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)