VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 DtPersistenceToolbarWidget;
25  class DtRenderSettingsLogic;
26  class DtRenderSettingsWidget;
27 
32  {
33  Q_OBJECT
34 
35  public:
36 
38  DtRenderSettingsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
39 
41  virtual ~DtRenderSettingsPage();
42 
46  virtual int addComponenetVisualizationEntry(QString entry);
47 
49  virtual QIcon icon();
50 
52  virtual QString title();
53 
55  virtual const std::string& pageClassName() const;
56 
58  static const std::string& thePageClassName();
59 
60  protected:
61 
63  void setupGui();
64 
66  virtual void activate();
67 
69  virtual void deactivate();
70 
71  protected:
75 
76  QLayout* myMainLayout;
77  };
78 
83 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
Contains makVrv::DtPage class.
DtPageCreatorTemplate< DtRenderSettingsPage > DtRenderSettingsPageCreator
Creator for the Render settings page.
Definition: DtRenderSettingsPage.h:82
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtPage.h:146
QLayout * myMainLayout
Definition: DtRenderSettingsPage.h:76
DtRenderSettingsWidget * myWidget
Definition: DtRenderSettingsPage.h:73
DtRenderSettingsWidget implements the DtRenderSettingsInterface for Qt.
Definition: DtRenderSettingsWidget.h:37
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
Page for render settings, to coordinate logic and widget instantiation.
Definition: DtRenderSettingsPage.h:31
DtPersistenceToolbarWidget * myToolbar
Definition: DtRenderSettingsPage.h:74
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtRenderSettingsLogic * myLogic
Definition: DtRenderSettingsPage.h:72
This is the logic for the render settings widget.
Definition: DtRenderSettingsLogic.h:27

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)