VR-Forces 4.1 Class Documentation
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:
53  };
54 
59 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)