VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
runwayInformationPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
16 
17 class QWidget;
18 
19 namespace makVrf
20 {
21  namespace makVrfGuiObjectInformationQt
22  {
24  {
25  public:
26 
27  DtArrestorGearInformationItem(DtInformationDialogPageLogic* l, const std::string& arrestorGearStateName)
29  , myArrestorGearStateName(arrestorGearStateName)
30  , myCurrentState(false)
31  {
32  }
33 
34  protected:
35  virtual QVariant value(int col, int role, const QTreeWidgetItem*,
37  virtual bool valueNeedsUpdate(int col, makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
38 
39  protected :
42  };
43 
45  {
46  Q_OBJECT
47 
48  public:
49 
51  DtForwardRunwayInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
52 
55 
56  public:
57 
59 
61  virtual QIcon icon();
62 
65  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
66 
68  virtual QString title();
69 
71  virtual const std::string& pageClassName() const;
72 
74  static const std::string& thePageClassName();
75 
76  virtual DtInformationDialogPageLogic* createLogic();
77 
78  protected:
79  virtual void activate();
80 
81  protected:
82  std::string myForwardRunwayName;
83  };
84 
86 
88  {
89  Q_OBJECT
90 
91  public:
92 
94  DtReverseRunwayInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
95 
98 
99  public:
100 
102 
104  virtual QIcon icon();
105 
108  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
109 
111  virtual QString title();
112 
114  virtual const std::string& pageClassName() const;
115 
117  static const std::string& thePageClassName();
118 
119  virtual DtInformationDialogPageLogic* createLogic();
120 
121  protected:
122  virtual void activate();
123 
124  protected:
125  std::string myReverseRunwayName;
126  };
127 
129  }
130 }
DtArrestorGearInformationItem(DtInformationDialogPageLogic *l, const std::string &arrestorGearStateName)
Definition: runwayInformationPage.h:27
makVrv::DtPageCreatorTemplate< DtReverseRunwayInformationPage > DtReverseRunwayInformationPageCreator
Definition: runwayInformationPage.h:128
std::string myReverseRunwayName
Definition: runwayInformationPage.h:125
Definition: DtPage.h:150
Contains makVrv::DtInformationDialogPage class.
std::string myArrestorGearStateName
Definition: runwayInformationPage.h:40
std::string myForwardRunwayName
Definition: runwayInformationPage.h:82
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
bool myCurrentState
Definition: runwayInformationPage.h:41
ShowStatus
Definition: informationDialogPage.h:266
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
makVrv::DtPageCreatorTemplate< DtForwardRunwayInformationPage > DtForwardRunwayInformationPageCreator
Definition: runwayInformationPage.h:85
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75

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)