VR-Forces 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  virtual bool shouldBeHidden() const override;
51 
52  protected:
53 
55  virtual QString stateValue() const;
56 
58  virtual QString propertyDisplayName() const;
59 
60  QString myTitle;
63  QString myCurrentValue;
66  };
67 
69 
70  }
71 }
DtString myStatePropName
Definition: statePropertyPageItem.h:61
const makVrv::DtStateView< DtVrfObjectDataState > * myEntityState
Definition: statePropertyPageItem.h:65
QString myTitle
Definition: statePropertyPageItem.h:60
Contains makVrv::DtInformationDialogPage class.
const makVrv::DtStateView< DtVrlinkSimulatedAggregateState > * myAggregateState
Definition: statePropertyPageItem.h:64
QString myPropertyDisplayName
Definition: statePropertyPageItem.h:62
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:72
DtItemUpdateFunctionCreator< DtStatePropertyPageItem > DtStatePropertyPageItemCreator
Definition: statePropertyPageItem.h:68
QString myCurrentValue
Definition: statePropertyPageItem.h:63

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)