VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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:
64  QVBoxLayout* myMainLayout;
65  };
66 
67 
71 }

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)