VR-Forces 5.0.2 Developer's Guide
 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  {
33  }
34 
37  {
38  }
39 
40  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
42  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
43 
44  virtual const QString& title() const;
45 
47 
48  static std::string creatorName();
49 
50  protected:
51 
53  virtual QString stateValue() const;
54 
56  virtual QString propertyDisplayName() const;
57 
58  QString myTitle;
61  QString myCurrentValue;
64  };
65 
67 
68  }
69 }
DtString myStatePropName
Definition: statePropertyPageItem.h:59
const makVrv::DtStateView< DtVrfObjectDataState > * myEntityState
Definition: statePropertyPageItem.h:63
QString myTitle
Definition: statePropertyPageItem.h:58
Contains makVrv::DtInformationDialogPage class.
const makVrv::DtStateView< DtVrlinkSimulatedAggregateState > * myAggregateState
Definition: statePropertyPageItem.h:62
QString myPropertyDisplayName
Definition: statePropertyPageItem.h:60
DtStatePropertyPageItem(makVrv::DtDe &de)
Definition: statePropertyPageItem.h:28
DtStatePropertyPageItem(DtInformationDialogPageLogic *l)
Definition: statePropertyPageItem.h:35
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
Updater for generic state property items.
Definition: statePropertyPageItem.h:25
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtItemUpdateFunctionCreator< DtStatePropertyPageItem > DtStatePropertyPageItemCreator
Definition: statePropertyPageItem.h:66
QString myCurrentValue
Definition: statePropertyPageItem.h:61

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)