VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRendererItems.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
14 
15 namespace makVrv
16 {
20  {
21  public:
23 
24  virtual ~DtWireframeItem();
25 
26  //Override create action to connect to DtDe signals.
27  QAction* createAction(DtDe& de, QWidget* parent);
28 
29  protected:
30 
31  //Set the value due to being triggered.
32  virtual void setValue(bool value);
33 
34  //Get the current value.
35  virtual bool getValue() const;
36 
37  };
38 
42  {
43  public:
45 
46  virtual ~DtShadowsItem();
47 
48  //Override create action to connect to DtDe signals.
49  QAction* createAction(DtDe& de, QWidget* parent);
50 
51  protected:
52 
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 
59  };
63  public DtDeObserver
64  {
65  public:
67 
68  virtual ~DtTerrainScalingItem();
69 
70  //Override create action to connect to DtDe signals.
71  QAction* createAction(DtDe& de, QWidget* parent);
72 
73  protected:
74 
75  // For Display Engine subject observer
76  virtual void slot_activate( DtDe* subject );
77  virtual void slot_deactivate( DtDe* ) {}
78 
79  // Set if the item is enabled/disabled
80  virtual void updateEnabled();
81 
82  virtual void slot_onCoordinateSystemChanged( const std::string& );
83 
84  //Set the value due to being triggered.
85  virtual void setValue(bool value);
86 
87  //Get the current value.
88  virtual bool getValue() const;
89  };
90 
94  {
95  public:
96  DtHdrItem(DtDe&);
97 
98  virtual ~DtHdrItem();
99 
100  //Override create action to connect to DtDe signals.
101  QAction* createAction(DtDe& de, QWidget* parent);
102 
103  protected:
104 
105  //Set the value due to being triggered.
106  virtual void setValue(bool value);
107 
108  //Get the current value.
109  virtual bool getValue() const;
110 
111  };
112 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)