VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentalStatePage.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 class QComboBox;
16 
17 namespace makVrf
18 {
19  namespace makVrfGuiObjectInformationQt
20  {
22  {
23  Q_OBJECT
24  public:
25 
27  DtEnvironmentalStatePage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
28 
30  virtual ~DtEnvironmentalStatePage();
31 
33  virtual QIcon icon();
34 
36  virtual QString title();
37 
39  virtual const std::string& pageClassName() const;
40 
42  static const std::string& thePageClassName();
43 
44  virtual DtInformationDialogPageLogic* createLogic();
45 
46  protected slots:
47  virtual void itemSelectionChanged();
48 
49  protected:
50  virtual void activate();
51  virtual QWidget* createPageContents(ShowStatus&);
52  };
53 
55  {
56  Q_OBJECT
57 
58  public:
59 
61  DtTerrainProfileLineStatePage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
62 
65 
67  virtual QString title();
68 
70  virtual const std::string& pageClassName() const;
71 
73  static const std::string& thePageClassName();
74  };
75 
77  {
78  Q_OBJECT
79 
80  public:
81 
83  DtNavigationAreaStatePage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
84 
86  virtual ~DtNavigationAreaStatePage();
87 
89  virtual QString title();
90 
92  virtual const std::string& pageClassName() const;
93 
95  static const std::string& thePageClassName();
96 
98  virtual QIcon icon();
99 
100  protected:
101 
104  virtual void activate();
105  };
106 
109 
112 
115  }
116 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)