VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airBaseFacilitiesPage.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  DtAirBaseFacilitiesPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
31 
33  virtual ~DtAirBaseFacilitiesPage();
35  virtual QIcon icon();
36 
38  virtual QString title();
39 
41  virtual const std::string& pageClassName() const;
42 
44  static const std::string& thePageClassName();
45 
46  virtual DtInformationDialogPageLogic* createLogic();
47 
50 
51  QTreeWidget* runways() const
52  {
53  return myRunways;
54  }
55 
56  virtual void setupHeaderLabels() const;
57 
58  protected:
59  virtual void activate();
60  virtual void deactivate();
61  virtual QWidget* createPageContents(ShowStatus&);
62 
63  public:
64  QWidget* myCanvas;
65  QVBoxLayout* myMainLayout;
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)