VR-Forces 4.1 Class Documentation
DtEnvironmentPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtEnvironmentPage.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/DtPage.h>
15 
16 class QVBoxLayout;
17 class QSpacerItem;
18 
19 namespace makVrv
20 {
21 
22  class DtPersistenceToolbarWidget;
23  class DtEnvironmentWidget;
24 
28  {
29  Q_OBJECT
30 
31  public:
32 
34  DtEnvironmentPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
35 
37  virtual ~DtEnvironmentPage();
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
51  protected:
52 
53  void setupGui();
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  protected:
65  QVBoxLayout* myMainLayout;
66  QVBoxLayout* myContentsLayout;
67  };
68 
72 }

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)