VR-Forces 4.1.1 Class Documentation
DtTacticalGraphicsSettingsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtTacticalGraphicsSettingsLogic.h,v $ $Revision: 1.3 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtTacticalGraphicsSettingsLogic_H_
14 #define DtTacticalGraphicsSettingsLogic_H_
15 
16 #include <vrvVrlQt/vrvVrlQt.h>
18 #include <vector>
19 
20 namespace makVrv
21 {
22  class DtTacticalGraphicsSettingsInterface;
23  class DtPersistenceControlsInterface;
24  class DtDe;
25  class DtSettingsBackup;
26 
30  {
31  public:
34  DtPersistenceControlsInterface& persistenceControls,
36 
39 
40  protected:
42  void sendSettingsToGui();
43 
45  //@ {
46 
48  void slot_tacticalGraphicsSet(bool enabled);
49 
51  void slot_tacticalGraphicsIndicatorsSet(bool enabled);
52 
54  void slot_heightAboveTerrainEnabled(bool enabled);
55 
57  void slot_heightAboveTerrainSelectedOnlySet(bool enabled);
58 
60  void slot_tacticalGraphicSettingsRestored(const DtSettingsBackup* s);
61 
63  void slot_remoteGraphicsSet(bool enabled);
64 
66  void on_import();
67  void on_export();
68  void on_importFilePathChosen(const std::string& filePath);
69  void on_exportFilePathChosen(const std::string& filePath);
70  //@ }
71 
75  };
76 }
77 
78 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)