VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtTacticalGraphicsSettingsItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtTacticalGraphicsSettingsItems.h,v $ $Revision: 1.15 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvVrlQt/vrvVrlQt.h>
18 
19 namespace makVrv
20 {
21 
25  {
26  public:
28  virtual ~DtTacticalGraphicsItem();
29 
31  virtual QAction* createAction(DtDe&, QWidget* parent);
32  protected:
33  //Set the value due to being triggered.
34  virtual void setValue(bool value);
35 
36  //Get the current value.
37  virtual bool getValue() const;
38 
40  };
41 
45  {
46  public:
48  virtual ~DtRemoteGraphicsItem();
49 
51  virtual QAction* createAction(DtDe&, QWidget* parent);
52  protected:
53  //Set the value due to being triggered.
54  virtual void setValue(bool value);
55 
56  //Get the current value.
57  virtual bool getValue() const;
58 
60  };
61 
62 
66  {
67  public:
70 
72  virtual QAction* createAction(DtDe&, QWidget* parent);
73  protected:
74  //Set the value due to being triggered.
75  virtual void setValue(bool value);
76 
77  //Get the current value.
78  virtual bool getValue() const;
79 
81  };
82 
86  {
87  public:
90 
92  virtual QAction* createAction(DtDe&, QWidget* parent);
93  protected:
94  //Set the value due to being triggered.
95  virtual void setValue(bool value);
96 
97  //Get the current value.
98  virtual bool getValue() const;
99 
101  };
102 }

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)