VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOsgEarthSettingsPage.h
Go to the documentation of this file.
1 
2 
3 
4 
5 #pragma once
7 #include <vrvCoreQt/DtPage.h>
8 
9 namespace makVrv
10 {
11  class DtOsgEarthSettingsWidget;
12  class DtPersistenceToolbarWidget;
13 
17  {
18  Q_OBJECT;
19  public:
21  DtOsgEarthSettingsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Widget);
22 
24  virtual ~DtOsgEarthSettingsPage();
25 
27  virtual QIcon icon();
28 
30  virtual QString title();
31 
33  virtual const std::string& pageClassName() const;
34 
36  static const std::string& thePageClassName();
37 
38  protected:
39 
41  void setupGui();
42 
44  virtual void activate();
45 
47  virtual void deactivate();
48 
49  protected:
52  };
53 
58 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)