VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entityStatePageItems.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
15 
16 namespace makVrf
17 {
18  namespace makVrfGuiObjectInformationQt
19  {
20  class DtInformationDialogPageLogic;
21 
25  {
26  public:
29  {
30  }
31 
34  {
35  }
36 
39  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
40 
41  static std::string creatorName();
42 
43  protected:
45  };
46 
48 
51  public DtEntityLocation
52  {
53  public:
55  : DtEntityLocation(de)
56  {
57  }
58 
60  : DtEntityLocation(l)
61  {
62  }
63 
66  virtual QString widgetValue(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
67 
68  static std::string creatorName();
69  };
70 
72 
74  {
75  public:
78  {
79  }
80 
83  {
84  }
85 
88  virtual QString widgetValue(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
89  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
90 
91  static std::string creatorName();
92 
93  protected:
96  };
97 
99 
101  {
102  public:
104  : DtEntitySpeed(de)
105  {
106  }
107 
109  : DtEntitySpeed(l)
110  {
111  }
112 
115 
116  static std::string creatorName();
117  };
118 
120 
122  {
123  public:
125  : DtEntitySpeed(de)
126  {
127  }
128 
130  : DtEntitySpeed(l)
131  {
132  }
133 
136 
137  static std::string creatorName();
138  };
139 
141 
143  {
144  public:
147  {
148  }
149 
152  {
153  }
154 
157  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
158  virtual QString widgetValue(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
159  static std::string creatorName();
160 
161  protected:
163  DtTaitBryan myCurrentOrientation;
164  };
165 
167 
169  {
170  public:
173  {
174  }
175 
178  {
179  }
180 
183  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
184  virtual QString widgetValue(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
185 
186  static std::string creatorName();
187 
188  protected:
190  DtTaitBryan myCurrentOrientation;
191  };
192 
194 
196  {
197  public:
200  {
201  }
202 
205  {
206  }
207 
210  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
211 
212  static std::string creatorName();
213 
214  protected:
217  DtTaitBryan myCurrentOrientation;
218  };
219 
221 
223  {
224  public:
227  {
228  }
229 
232  {
233  }
234 
237 
238  virtual void slot_onTaskUpdated(const std::string& entity);
239 
242  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
243 
244  static std::string creatorName();
245  };
246 
248  }
249 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)