VR-Forces 4.1.1 Class Documentation
environmentSettingsWeatherPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: vrfSceneSettingsEnvironmentPage.h,v $ $Revision: 1.10 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvUtil/signalslib.h>
17 #include <vrvCoreQt/DtPage.h>
18 
19 class QVBoxLayout;
20 
21 namespace makVrv
22 {
23  class DtPersistenceToolbarWidget;
24 }
25 
26 namespace makVrf
27 {
28  class DtEnvironmentSettingsWeatherWidget;
29 
34  {
35  Q_OBJECT
36 
37  public:
38 
40  DtEnvironmentSettingsWeatherPage(makVrv::DtDe& de,QWidget* parent, Qt::WindowFlags f);
41 
44 
46  virtual QIcon icon();
47 
49  virtual QString title();
50 
52  virtual const std::string& pageClassName() const;
53 
55  static const std::string& thePageClassName();
56 
57  protected:
58 
59  virtual void setupGui();
60 
62  virtual void activate();
63 
65  virtual void deactivate();
66 
67  public:
70  QVBoxLayout* myMainLayout;
71  };
72 
75 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)