VR-Forces 4.1 Class Documentation
DtRenderSettingsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 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 
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_channelProjectionResizePolicySet(DtChannelConfiguration::ProjectionResizePolicy policy);
57 
59  void slot_shadowsSet(bool show);
60 
62  void slot_shadowQualitySet(int val);
63 
65  void slot_entitiesCastsShadowsSet(bool show);
66 
68  void slot_propsCastsShadowsSet(bool show);
69 
71  void slot_terrainCastsShadowsSet(bool show);
72 
74  void slot_planViewGeocentricOccludedTransparencyChanged( int scale );
75 
77  void slot_planViewGeocentricOccludedTransparencySet( float value );
78 
80  void slot_ddsFlipSet(bool flip);
81 
83  void slot_terrainScalingEnabledSet(bool enabled);
84 
86  void slot_terrainScaleFactorSet(double scaleFactor);
87 
90  void slot_clearTrackHistoriesOnTerrainScaleChangedSet(bool clear);
91 
93  void slot_activeStatsSetChanged(const std::string& activeSetName);
94 
95  //@ }
96 
98  //@ {
99  void on_import();
100  void on_export();
101  void on_importFilePathChosen(const std::string& filePath);
102  void on_exportFilePathChosen(const std::string& filePath);
103  //@ }
104 
107  virtual void settingsRestored(const DtSettingsBackup*);
108 
109  protected:
114  };
115 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)