VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEntityDisplaySettingsLogic.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 <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_hullSprayEffectsEnabled(bool enabled);
103 
105  void slot_buoyancyModelsEnabled(bool enabled);
106 
108  void slot_buoyancyDefaultLODDistanceChanged(double distance);
109 
111  void slot_buoyancyMinimumCullDistanceChanged(double distance);
112 
114  void slot_buoyancyCullTypeChanged(
116 
118  void slot_buoyAndBeaconIconsEnabled(bool enabled);
119 
120  void slot_heightAboveTerrainPeriodChanged( unsigned int period );
121 
124  void slot_entitySettingsRestored(const DtSettingsBackup* s);
125 
128 
129  void on_import();
130  void on_export();
131  void on_importFilePathChosen( const std::string& filePath );
132  void on_exportFilePathChosen( const std::string& filePath );
133 
135 
136  protected:
137 
142 
143  };
144 
145 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)