VR-Forces 4.3 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 
78 
81  }
82 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)