VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEntityDisplaySettingsLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2016 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrlQt/vrvVrlQt.h>
13 
16 
17 using namespace makArchives;
18 namespace makVrv
19 {
20 
21  class DtDe;
22  class DtEntityDisplaySettingsInterface;
23  class DtPersistenceControlsInterface;
24  class DtSettingsBackup;
25 
29  {
30  public:
31 
34  DtPersistenceControlsInterface& persistenceControls,
36 
39 
40  protected:
41 
43  void sendSettingsToGui();
44 
46  //@ {
47 
48  void slot_entityLabelsShown(bool enabled);
49  void slot_rotateEntitySymbols(bool enabled);
50 
53  void slot_infoPopupsOnSelectSet(bool enabled);
54 
56  void slot_groundClampingEnabled(bool enabled);
57 
59  void slot_smoothingEnabled(bool enabled);
60 
62  void slot_smoothingPeriodSet(float time);
63 
65  void slot_lifeformsUprightEnabled(bool enabled);
66 
68  void slot_iconScaleChanged(float iconScale);
69 
72  void slot_groundClampingDistanceSet(float distance);
73 
75  void slot_orientationClampingEnabled(bool enabled);
76 
78  void slot_clearHistory();
79 
81  void slot_showStealthsSet(bool enabled);
82 
84  void slot_showEmitterVolumesSet(bool enabled);
85 
87  void slot_heightAboveTerrainEnabled(bool enabled);
88 
90  void slot_heightAboveTerrainSelectedOnlySet(bool enabled);
91 
92  void slot_useModelColorType(
94 
96  void slot_iconScaleSet(int scale);
97 
99  void slot_oceanWakesEnabled(bool enabled);
100 
102  void slot_rotorWashEnabled(bool enabled);
103 
105  void slot_hullSprayEffectsEnabled(bool enabled);
106 
108  void slot_buoyancyModelsEnabled(bool enabled);
109 
111  void slot_buoyancyDefaultLODDistanceChanged(double distance);
112 
114  void slot_wakeDefaultLODDistanceChanged(double distance);
115 
117  void slot_buoyancyMinimumCullDistanceChanged(double distance);
118 
120  void slot_buoyancyCullTypeChanged(
122 
124  void slot_buoyAndBeaconIconsEnabled(bool enabled);
125 
126  void slot_heightAboveTerrainPeriodChanged( unsigned int period );
127 
130  void slot_entitySettingsRestored(const DtSettingsBackup* s);
131 
134 
135  void on_import();
136  void on_export();
137  void on_importFilePathChosen( const std::string& filePath );
138  void on_exportFilePathChosen( const std::string& filePath );
139 
141 
143 
144 
145 
146 
147  //virtual void on_groundClampingScaleChanged( float scale );
148  //virtual void on_buoyancyDefaultLODDistanceChanged( double distance );
149  //virtual void on_wakeDefaultLODDistanceChanged( double distance );
150  //virtual void on_buoyancyMinimumCullDistanceChanged(double distance );
152 
153  protected:
154 
159 
160  };
161 
162 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)