VR-Forces 4.2 Class Documentation
DtEnvironmentalStatePage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 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  protected:
45  virtual void activate();
46  };
47 
49  {
50  Q_OBJECT
51 
52  public:
53 
55  DtTerrainProfileLineStatePage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
56 
59 
61  virtual QString title();
62 
64  virtual const std::string& pageClassName() const;
65 
67  static const std::string& thePageClassName();
68  };
69 
70  typedef makVrv::DtPageCreatorTemplate<DtEnvironmentalStatePage>
72 
73  typedef makVrv::DtPageCreatorTemplate<DtTerrainProfileLineStatePage>
75  }
76 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)