VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEyepointControlWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <vrvCore/DtUniqueID.h>
15 
16 #include <vector>
17 
18 namespace makVrv
19 {
23  {
24  public:
25 
28 
30  virtual void setScalingCheckBox( bool trueFalse ) = 0;
31 
33  virtual void setConstrainCheckBox( bool trueFalse ) = 0;
34 
36  virtual void enableConstrainCheckBox( bool enabled ) = 0;
37 
39  virtual void setTerrainDragCheckBox( bool trueFalse ) = 0;
40 
42  virtual void setLinearSpeedGainSlider( int gain ) = 0;
43 
45  virtual void setRotationSpeedGainSlider( int gain ) = 0;
46 
48  virtual void setOrbitSpeedGainSlider( int gain ) = 0;
49 
51  virtual void setSliderGainPrecision( int precision ) = 0;
52 
54  virtual void setModelScaleFactorSlider( int factor ) = 0;
55 
57  virtual void enableModelScaleFactorSlider( bool enable ) = 0;
58 
60  virtual void setMaxModelScaleFactor( int maxModelScaleFactor ) = 0;
61 
63  virtual void setViewMagnificationSpinBox(double mag) = 0;
64 
66  virtual void enableViewMagnificationSpinBox(bool enable) = 0;
67 
69  virtual void setLodScaleSpinBox(double lodScale) = 0;
70 
72  virtual void setLodScaleMinRange(float minRange) = 0;
74  virtual void setLodScaleMaxRange(float maxRange) = 0;
75  virtual void setLodScaleDecimals(int decimals) = 0;
76  virtual void setLodScaleSingleStep(float step) = 0;
78 
80  virtual void enableLodScaleSpinBox(bool enable) = 0;
81 
83  virtual void setSpeedScalingMode( DtObserverObject::SpeedScalingMode mode ) = 0;
84 
86  virtual void setSpeedScalingMslModeOffset( double offset ) = 0;
87 
88  };
89 }
90 
91 
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
SpeedScalingMode
Definition: DtObserverObject.h:50
Abstract interface for the attach widget.
Definition: DtEyepointControlWidgetInterface.h:22
Contains makVrv::DtObserverObject class.
DT_DLL_vrfutil double mag(double x[3])
const char int mode
Definition: ioapi.h:38
Contains makVrv::DtUniqueID type.
voidpf uLong offset
Definition: ioapi.h:42

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)