VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extendedPropertiesPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
15 
16 namespace makVrf
17 {
18 
19  namespace makVrfGuiObjectInformationQt
20  {
22  {
23  Q_OBJECT
24 
25  public:
26 
28  {
32  EnvStateProps
33  };
34 
36  DtExtendedPropertiesPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
37 
39  virtual ~DtExtendedPropertiesPage() override;
40 
42  virtual QIcon icon() override;
43 
46  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
47 
49  virtual QString title() override;
50 
52  virtual const std::string& pageClassName() const override;
53 
55  static const std::string& thePageClassName();
56 
57  virtual DtInformationDialogPageLogic* createLogic() override;
58 
60  virtual ShowStatus setupGui(DtSimObjectReference s) override;
61 
62  protected:
63  virtual void activate() override;
64 
66  };
67 
70 
73  {
74  public:
76 
77  virtual ~DtExtendedPropertiesPageLogic() override;
78 
79  virtual void activate(DtSimObjectReference) override;
80 
81  virtual const DtRwProperties& stateProperties() const
82  {
83  return myStateProperties;
84  }
85 
87  {
88  return myStatePropertyObjectCategory;
89  }
90 
92  {
93  myStatePropertyObjectCategory = cat;
94  }
95 
96  protected:
99  };
100  }
101 }
!!!!!!!!!!!! DtExtendedPropertiesPageLogic
Definition: extendedPropertiesPage.h:72
virtual void setStatePropertyCategory(DtExtendedPropertiesPage::StatePropObjCategory cat)
Definition: extendedPropertiesPage.h:91
DtRwProperties myStateProperties
Definition: extendedPropertiesPage.h:97
DtExtendedPropertiesPage::StatePropObjCategory myStatePropertyObjectCategory
Definition: extendedPropertiesPage.h:98
Definition: DtPage.h:181
virtual DtExtendedPropertiesPage::StatePropObjCategory statePropertyCateogry() const
Definition: extendedPropertiesPage.h:86
Contains makVrv::DtInformationDialogPage class.
StatePropObjCategory myStatePropertyObjectCategory
Definition: extendedPropertiesPage.h:65
makVrv::DtPageCreatorTemplate< DtExtendedPropertiesPage > DtExtendedPropertiesPageCreator
Definition: extendedPropertiesPage.h:69
virtual const DtRwProperties & stateProperties() const
Definition: extendedPropertiesPage.h:81
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
StatePropObjCategory
Definition: extendedPropertiesPage.h:27
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:122
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
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

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)