VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtRenderSettingsLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 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_channelProjectionResizePolicySet(DtChannelConfiguration::ProjectionResizePolicy policy);
60 
62  void slot_planViewGeocentricOccludedTransparencyChanged( int scale );
63 
65  void slot_planViewGeocentricOccludedTransparencySet( float value );
66 
68  void slot_ddsFlipSet(bool flip);
69 
71  void slot_terrainScalingEnabledSet(bool enabled);
72 
74  void slot_terrainScaleFactorSet(double scaleFactor);
75 
77  void slot_useAutofocusSet(bool useAutofocus);
78 
80  void slot_focalDepthSet(double focalDepth);
81 
83  void slot_focalRangeSet(double focalRange);
84 
87  void slot_clearTrackHistoriesOnTerrainScaleChangedSet(bool clear);
88 
90  void slot_reloadShaderButtonClicked();
91 
93  void slot_lensFlareEnabledChanged(bool enabled);
94 
96  void slot_crepuscularRaysEnabledChanged(bool enabled);
97 
100  void slot_componentVisualizationComboChanged(int value);
101 
103  void slot_drawableColorizationChanged(bool value);
104 
106  void slot_refreshDrawableColorization();
107  //@ }
108 
110  //@ {
111  void on_import();
112  void on_export();
113  void on_importFilePathChosen(const std::string& filePath);
114  void on_exportFilePathChosen(const std::string& filePath);
115  //@ }
116 
119  virtual void settingsRestored(const DtSettingsBackup*);
120 
121  protected:
126  };
127 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)