VR-Forces 4.8 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 }
DtString myStatePropName
Definition: statePropertyPageItem.h:60
const makVrv::DtStateView< DtVrfObjectDataState > * myEntityState
Definition: statePropertyPageItem.h:64
QString myTitle
Definition: statePropertyPageItem.h:59
Contains makVrv::DtInformationDialogPage class.
const makVrv::DtStateView< DtVrlinkSimulatedAggregateState > * myAggregateState
Definition: statePropertyPageItem.h:63
QString myPropertyDisplayName
Definition: statePropertyPageItem.h:61
DtStatePropertyPageItem(makVrv::DtDe &de)
Definition: statePropertyPageItem.h:28
DtStatePropertyPageItem(DtInformationDialogPageLogic *l)
Definition: statePropertyPageItem.h:36
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:25
Updater for generic state property items.
Definition: statePropertyPageItem.h:25
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtItemUpdateFunctionCreator< DtStatePropertyPageItem > DtStatePropertyPageItemCreator
Definition: statePropertyPageItem.h:68
const makVrv::DtStateView< DtVrlinkSimulatedEnvironmentProcess > * myEnvironmentProcessState
Definition: statePropertyPageItem.h:65
QString myCurrentValue
Definition: statePropertyPageItem.h:62

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)