VR-Forces Development_Version 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 class DtUUID;
17 
18 namespace makVrf
19 {
20  namespace makVrfGuiObjectInformationQt
21  {
22  class DtInformationDialogPageLogic;
23 
27  {
28  public:
31  {
32  }
33 
36  {
37  }
38 
41  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
42 
43  static std::string creatorName();
44 
45  protected:
47  };
48 
50 
53  public DtEntityLocation
54  {
55  public:
57  : DtEntityLocation(de)
58  {
59  }
60 
62  : DtEntityLocation(l)
63  {
64  }
65 
68  virtual QString widgetValue(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
69 
70  static std::string creatorName();
71  };
72 
74 
76  {
77  public:
80  {
81  }
82 
85  {
86  }
87 
90  virtual QString widgetValue(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
91  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
92 
93  static std::string creatorName();
94 
95  protected:
98  };
99 
101 
103  {
104  public:
106  : DtEntitySpeed(de)
107  {
108  }
109 
111  : DtEntitySpeed(l)
112  {
113  }
114 
117 
118  static std::string creatorName();
119  };
120 
122 
124  {
125  public:
127  : DtEntitySpeed(de)
128  {
129  }
130 
132  : DtEntitySpeed(l)
133  {
134  }
135 
138 
139  static std::string creatorName();
140  };
141 
143 
145  {
146  public:
149  {
150  }
151 
154  {
155  }
156 
159  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
160  virtual QString widgetValue(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
161  static std::string creatorName();
162 
163  protected:
165  DtTaitBryan myCurrentOrientation;
166  };
167 
169 
171  {
172  public:
175  {
176  }
177 
180  {
181  }
182 
185  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
186  virtual QString widgetValue(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
187 
188  static std::string creatorName();
189 
190  protected:
192  DtTaitBryan myCurrentOrientation;
193  };
194 
196 
198  {
199  public:
202  {
203  }
204 
207  {
208  }
209 
212  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
213 
214  static std::string creatorName();
215 
216  protected:
219  DtTaitBryan myCurrentOrientation;
220  };
221 
223 
225  {
226  public:
229  {
230  }
231 
234  {
235  }
236 
239 
240  virtual void slot_onTaskUpdated(const DtUUID& entity);
241 
244  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
245 
246  static std::string creatorName();
247  };
248 
250  }
251 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)