VR-Forces 4.2 Class Documentation
DtEnvironmentalStatePageItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtEnvironmentalStatePageItems.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
17 
18 class QComboBox;
19 
20 namespace makVrf
21 {
22  namespace makVrfGuiObjectInformationQt
23  {
24  class DtInformationDialogPageLogic;
25 
27  {
28  public:
29 
32  , myPointNumber(0)
33  {
34  }
35 
36  void setPointNumber(int i) { myPointNumber = i; };
37 
38  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
39  makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
40  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
41 
42  void setLocation(const DtVector& v)
43  {
44  myCurrentLocation = v;
45  }
46 
47  protected:
50  };
51 
53  {
54  public:
57  {
58  }
59 
61 
62  static std::string creatorName();
63 
64  protected:
65  virtual QString value(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
66  virtual QString title(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
67  };
68 
70 
72  {
73  public:
76  {
77  }
78 
81  {
82  }
83 
84  static std::string creatorName();
85 
86  protected:
87  virtual QString value(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
88  virtual QString title(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
89  };
91  }
92 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)