VR-Forces 4.1 Class Documentation
DtEntityStatePageItems.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrf
16 {
17  namespace makVrfGuiObjectInformationQt
18  {
19  class DtInformationDialogPageLogic;
20 
24  {
25  public:
28  {
29  }
30 
33  {
34  }
35 
36  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
38  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
39 
40  static std::string creatorName();
41 
42  protected:
44  };
45 
47 
49  {
50  public:
53  {
54  }
55 
58  {
59  }
60 
61  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
63  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
64 
65  static std::string creatorName();
66 
67  protected:
70  };
71 
73 
75  {
76  public:
78  : DtEntitySpeed()
79  {
80  }
81 
83  : DtEntitySpeed(l)
84  {
85  }
86 
87  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
89 
90  static std::string creatorName();
91  };
92 
94 
96  {
97  public:
99  : DtEntitySpeed()
100  {
101  }
102 
104  : DtEntitySpeed(l)
105  {
106  }
107 
108  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
110 
111  static std::string creatorName();
112  };
113 
115 
117  {
118  public:
121  {
122  }
123 
126  {
127  }
128 
129  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
131  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
132 
133  static std::string creatorName();
134 
135  protected:
137  DtTaitBryan myCurrentOrientation;
138  };
139 
141 
143  {
144  public:
147  {
148  }
149 
152  {
153  }
154 
155  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
157  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
158 
159  static std::string creatorName();
160 
161  protected:
163  DtTaitBryan myCurrentOrientation;
164  };
165 
167 
169  {
170  public:
173  {
174  }
175 
178  {
179  }
180 
181  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
183  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
184 
185  static std::string creatorName();
186 
187  protected:
190  DtTaitBryan myCurrentOrientation;
191  };
192 
194 
196  {
197  public:
200  {
201  }
202 
205  {
206  }
207 
210 
211  virtual void slot_onTaskUpdated(const std::string& entity);
212 
213  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
215  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
216 
217  static std::string creatorName();
218  };
219 
221  }
222 }

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)