VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airBaseFlightStatusPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include <QTreeView>
14 #include <QStandardItemModel>
15 
16 class QVBoxLayout;
17 
18 namespace makVrf
19 {
20  namespace makVrfGuiObjectInformationQt
21  {
22 
24  {
25  Q_OBJECT
26 
27  public:
28 
30  DtAirBaseFlightStatusPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
31 
33  virtual ~DtAirBaseFlightStatusPage();
34 
36  virtual QIcon icon();
37 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  static const std::string& thePageClassName();
46 
47  virtual DtInformationDialogPageLogic* createLogic();
48 
51 
52  QTreeWidget* quickReactionAlert() const
53  {
54  return myQuickReactionAlert;
55  }
56 
57  protected:
58  virtual void activate();
59  virtual void deactivate();
60  virtual QWidget* createPageContents(DtInformationDialogPage::ShowStatus& status);
61 
62  public:
66  QWidget* myFlightCanvas;
67  QVBoxLayout* myFlightCanvasLayout;
68  };
69 
72  }
73 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)