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 
14 
15 namespace makVrf
16 {
17  namespace makVrfGuiObjectInformationQt
18  {
19  class DtInformationDialogPageLogic;
20 
23  {
24  public:
27  {
28  }
29 
32  {
33  }
34 
35  virtual QVariant value(int col, int role, DtSimObjectReference) const override;
36 
37  virtual void activate(DtSimObjectReference s) override;
38 
39  static std::string creatorName();
40 
41  virtual bool shouldBeHidden(DtSimObjectReference) const override;
42 
43  protected:
44 
46  virtual QString stateValue() const;
47 
49  virtual QString propertyDisplayName() const;
50 
53  };
54 
56 
57  }
58 }
DtString myStatePropName
Definition: statePropertyPageItem.h:51
Contains makVrv::DtInformationDialogPage class.
QString myPropertyDisplayName
Definition: statePropertyPageItem.h:52
DtStatePropertyPageItem(makVrv::DtDe &de)
Definition: statePropertyPageItem.h:25
DtStatePropertyPageItem(DtInformationDialogPageLogic *l)
Definition: statePropertyPageItem.h:30
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
Updater for generic state property items.
Definition: statePropertyPageItem.h:22
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:76
DtItemUpdateFunctionCreator< DtStatePropertyPageItem > DtStatePropertyPageItemCreator
Definition: statePropertyPageItem.h:55

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)