VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRenderSettingsLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vrvCoreQt/vrvCoreQt.h>
15 #include <vector>
16 
17 namespace makVrv
18 {
19  class DtRenderSettingsInterface;
20  class DtPersistenceControlsInterface;
21  class DtModel;
22  class DtDe;
23  class DtSettingsBackup;
24 
28  {
29  public:
32  DtPersistenceControlsInterface& persistenceControls,
34 
36  virtual ~DtRenderSettingsLogic();
37 
38  protected:
39 
41  void sendSettingsToGui();
42 
44  void updateChannelProjectionResizePolicy();
45 
47  //@ {
48 
50  void slot_wireframeEnabled(bool enabled);
51 
53  void slot_showPerformanceOverlay(bool show);
54 
56  void slot_showProfileOverlay(bool show);
57 
59  void slot_showImguiOverlay(bool show);
60 
62  void slot_channelProjectionResizePolicySet(DtChannelConfiguration::ProjectionResizePolicy policy);
63 
65  void slot_planViewGeocentricOccludedTransparencyChanged(int scale);
66 
68  void slot_planViewGeocentricOccludedTransparencySet(float value);
69 
71  void slot_ddsFlipSet(bool flip);
72 
74  void slot_terrainScalingEnabledSet(bool enabled);
75 
77  void slot_terrainScaleFactorSet(double scaleFactor);
78 
80  void slot_useAutofocusSet(bool useAutofocus);
81 
83  void slot_focalDepthSet(double focalDepth);
84 
86  void slot_focalRangeSet(double focalRange);
87 
89  void slot_waterOnScreenSizeSet(double size);
90 
93  void slot_clearTrackHistoriesOnTerrainScaleChangedSet(bool clear);
94 
96  void slot_reloadShaderButtonClicked();
97 
99  void slot_crepuscularRaysEnabledChanged(bool enabled);
100 
103  void slot_componentVisualizationComboChanged(int value);
104 
106  void slot_drawableColorizationChanged(bool value);
107 
109  void slot_refreshDrawableColorization();
110 
112  void slot_atcGlobalModelEnableChanged(bool state);
113 
115  void slot_atcGlobalTerrainEnableChanged(bool state);
116 
118  void slot_atcEnableDitherChanged(bool state);
119 
120  //@ }
121 
123  //@ {
124  void on_import();
125  void on_export();
126  void on_importFilePathChosen(const std::string& filePath);
127  void on_exportFilePathChosen(const std::string& filePath);
128  //@ }
129 
132  virtual void settingsRestored(const DtSettingsBackup*);
133 
134  protected:
139  };
140 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)