VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)