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();
40 
42  virtual QIcon icon();
43 
46  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
47 
49  virtual QString title();
50 
52  virtual const std::string& pageClassName() const;
53 
55  static const std::string& thePageClassName();
56 
57  virtual DtInformationDialogPageLogic* createLogic();
58 
60  virtual ShowStatus setupGui(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
61 
62  protected:
63  virtual void activate();
64 
66  };
67 
70 
73  {
74  public:
76 
78 
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 }
102 
!!!!!!!!!!!! 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:150
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:72
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)