VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
associatedRunwaysPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 class QWidget;
16 
17 namespace makVrf
18 {
19  namespace makVrfGuiObjectInformationQt
20  {
22  {
23  Q_OBJECT
24 
25  public:
26 
28  DtAssociatedRunwaysPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
29 
31  virtual ~DtAssociatedRunwaysPage();
32 
33  public:
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 
48  protected:
49  virtual QWidget* createPageContents(ShowStatus&);
50 
51  virtual void activate();
52 
53  protected slots:
54  virtual void onObjectDoubleClicked(QTreeWidgetItem*, int);
55  };
56 
58  }
59 }
Definition: DtPage.h:143
Contains makVrv::DtInformationDialogPage class.
makVrv::DtPageCreatorTemplate< DtAssociatedRunwaysPage > DtAssociatedRunwayPageCreator
Definition: associatedRunwaysPage.h:57
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:25
ShowStatus
Definition: informationDialogPage.h:265
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)