VR-Forces 4.10 Class Documentation
 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 
64  virtual QString title();
65 
67  virtual const std::string& pageClassName() const;
68 
70  static const std::string& thePageClassName();
71 
72  virtual DtInformationDialogPageLogic* createLogic();
73 
74  protected:
75  virtual void activate();
76 
77  protected:
78  std::string myForwardRunwayName;
79  };
80 
82 
84  {
85  Q_OBJECT
86 
87  public:
88 
90  DtReverseRunwayInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
91 
94 
95  public:
96 
98 
100  virtual QIcon icon();
101 
103  virtual QString title();
104 
106  virtual const std::string& pageClassName() const;
107 
109  static const std::string& thePageClassName();
110 
111  virtual DtInformationDialogPageLogic* createLogic();
112 
113  protected:
114  virtual void activate();
115 
116  protected:
117  std::string myReverseRunwayName;
118  };
119 
121  }
122 }
DtArrestorGearInformationItem(DtInformationDialogPageLogic *l, const std::string &arrestorGearStateName)
Definition: runwayInformationPage.h:27
makVrv::DtPageCreatorTemplate< DtReverseRunwayInformationPage > DtReverseRunwayInformationPageCreator
Definition: runwayInformationPage.h:120
std::string myReverseRunwayName
Definition: runwayInformationPage.h:117
Definition: DtPage.h:143
Contains makVrv::DtInformationDialogPage class.
std::string myArrestorGearStateName
Definition: runwayInformationPage.h:40
std::string myForwardRunwayName
Definition: runwayInformationPage.h:78
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:25
bool myCurrentState
Definition: runwayInformationPage.h:41
ShowStatus
Definition: informationDialogPage.h:265
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
makVrv::DtPageCreatorTemplate< DtForwardRunwayInformationPage > DtForwardRunwayInformationPageCreator
Definition: runwayInformationPage.h:81

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)