VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aerodromeInformationPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
8 #if !defined(Q_MOC_RUN)
11 #endif
12 
13 namespace makVrf
14 {
15  namespace makVrfGuiObjectInformationQt
16  {
18  {
19  Q_OBJECT
20 
21  public:
22 
24  DtAerodromeInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
25 
27  virtual ~DtAerodromeInformationPage() override;
28 
29  public:
30 
32  virtual QIcon icon() override;
33 
36  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
37 
39  virtual QString title() override;
40 
42  virtual const std::string& pageClassName() const override;
43 
45  static const std::string& thePageClassName();
46 
47  virtual DtInformationDialogPageLogic* createLogic() override;
48 
49  protected:
50  virtual void activate() override;
51  virtual void deactivate() override;
52  };
53 
56  }
57 }
makVrv::DtPageCreatorTemplate< DtAerodromeInformationPage > DtAerodromeInformationPageCreator
Definition: aerodromeInformationPage.h:55
Definition: DtPage.h:181
Contains makVrv::DtInformationDialogPage class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)