VR-Forces 4.1 Class Documentation
DtTacticalGraphicsSettingsInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtTacticalGraphicsSettingsInterface.h,v $ $Revision: 1.3 $ $State: Exp $
7 ******************************************************************************/
8 
13 
14 #ifndef DtTacticalGraphicsSettingsInterface_H_
15 #define DtTacticalGraphicsSettingsInterface_H_
16 
17 #include <vrvVrlQt/vrvVrlQt.h>
18 #include <boost/signals.hpp>
19 
20 namespace makVrv
21 {
25  {
26  public:
29 
30  virtual void setTacticalGraphicsEnabled(bool enabled) = 0;
31  virtual void setTacticalGraphicsIndicatorsEnabled(bool enabled) = 0;
32  virtual void setHeightAboveTerrainEnabled(bool enabled) = 0;
33  virtual void setHeightAboveTerrainSelectedOnly(bool enabled) = 0;
34  virtual void setRemoteGraphicsEnabled(bool enabled) = 0;
35 
36  boost::signal<void (bool)> signal_tacticalGraphicsSet;
37  boost::signal<void (bool)> signal_tacticalGraphicsIndicatorsSet;
38  boost::signal<void (bool)> signal_heightAboveTerrainEnabled;
39  boost::signal<void (bool)> signal_heightAboveTerrainSelectedOnlySet;
40  boost::signal<void (bool)> signal_remoteGraphicsEnabledSet;
41  };
42 }
43 
44 #endif
45 

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)