VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEnvironmentConditionsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
12 #include <vrvCoreQt/DtPage.h>
13 
14 class QVBoxLayout;
15 
16 namespace makVrv
17 {
18  class DtEnvironmentConditionsWidget;
19  class DtEnvironmentConditionsLogic;
20  class DtDe;
21  class DtPersistenceToolbarWidget;
22 
26  {
27  Q_OBJECT
28 
29  public:
30 
32  DtEnvironmentConditionsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
33 
35  virtual ~DtEnvironmentConditionsPage();
36 
38  virtual QIcon icon();
39 
41  virtual QString title();
42 
44  virtual const std::string& pageClassName() const;
45 
47  static const std::string& thePageClassName();
48 
49  protected:
51  virtual void activate();
52 
54  virtual void deactivate();
55 
56  private:
57  // Set up the GUI for the page.
58  void setupGui();
59 
60  protected:
65  QVBoxLayout* myMainLayout;
66  };
67 
68 
72 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)