VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateInformationPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrf
16 {
17  namespace makVrfGuiObjectInformationQt
18  {
20  {
21  Q_OBJECT
22 
23  public:
24 
26  DtAggregateInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
27 
29  virtual ~DtAggregateInformationPage();
30 
32  virtual QIcon icon();
33 
35  virtual QString title();
36 
38  virtual const std::string& pageClassName() const;
39 
41  static const std::string& thePageClassName();
42 
43  virtual DtInformationDialogPageLogic* createLogic();
44 
45  protected:
46  virtual void activate();
47  };
48 
51 
53  {
54  Q_OBJECT
55 
56  public:
57 
59  DtAircraftAggregateInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
60 
63 
65  virtual QIcon icon();
66 
68  virtual QString title();
69 
71  virtual const std::string& pageClassName() const;
72 
74  static const std::string& thePageClassName();
75 
76  virtual DtInformationDialogPageLogic* createLogic();
77 
78  protected:
79  virtual void activate();
80  };
81 
84  }
85 }
86 

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)