VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
statePropertyPageItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
17 
18 namespace makVrf
19 {
20  namespace makVrfGuiObjectInformationQt
21  {
22  class DtInformationDialogPageLogic;
23 
26  {
27  public:
30  , myAggregateState(0)
31  , myEntityState(0)
32  , myEnvironmentProcessState(0)
33  {
34  }
35 
38  {
39  }
40 
41  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
43  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
44 
45  virtual const QString& title() const;
46 
48 
49  static std::string creatorName();
50 
51  protected:
52 
54  virtual QString stateValue() const;
55 
57  virtual QString propertyDisplayName() const;
58 
59  QString myTitle;
62  QString myCurrentValue;
66  };
67 
69 
70  }
71 }

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)