VR-Forces 4.1.1 Class Documentation
DtRenderSettingsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtRenderSettingsPage.h,v $ $Revision: 1.7 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
15 #include <vrvCoreQt/DtPage.h>
16 #include <QtCore/QString>
17 #include <QtGui/QIcon>
18 
19 class QWidget;
20 class QLayout;
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtPersistenceToolbarWidget;
26  class DtRenderSettingsLogic;
27  class DtRenderSettingsWidget;
28 
33  {
34  Q_OBJECT
35 
36  public:
37 
39  DtRenderSettingsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
40 
42  virtual ~DtRenderSettingsPage();
43 
45  virtual QIcon icon();
46 
48  virtual QString title();
49 
51  virtual const std::string& pageClassName() const;
52 
54  static const std::string& thePageClassName();
55 
56  protected:
57 
59  void setupGui();
60 
62  virtual void activate();
63 
65  virtual void deactivate();
66 
67  protected:
72 
73  QLayout* myMainLayout;
74  };
75 
80 }

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)