VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)