VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtRenderSettingsPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtRenderSettingsPage.h,v $ $Revision: 1.7 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCoreQt/vrvCoreQt.h>
00015 #include <vrvCoreQt/DtPage.h>
00016 #include <QtCore/QString>
00017 #include <QtGui/QIcon>
00018 
00019 class QWidget;
00020 class QLayout;
00021 
00022 namespace makVrv
00023 {
00024    class DtDe;
00025    class DtPersistenceToolbarWidget;
00026    class DtRenderSettingsLogic;
00027    class DtRenderSettingsWidget;
00028 
00032    class DT_DLL_VRVCOREQT DtRenderSettingsPage : public DtPage
00033    {
00034       Q_OBJECT
00035 
00036    public:
00037 
00039       DtRenderSettingsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
00040 
00042       virtual ~DtRenderSettingsPage();
00043 
00045       virtual QIcon icon();
00046 
00048       virtual QString title();
00049 
00051       virtual const std::string& pageClassName() const;
00052 
00054       static const std::string& thePageClassName();
00055 
00056    protected:
00057 
00059       void setupGui();
00060 
00062       virtual void activate();
00063 
00065       virtual void deactivate();
00066 
00067    protected:
00068       DtRenderSettingsLogic* myLogic;
00069       DtRenderSettingsWidget* myWidget;
00070       DtPersistenceToolbarWidget* myToolbar;
00071       DtDe& myDe;
00072 
00073       QLayout* myMainLayout;
00074    };
00075 
00078    typedef DtPageCreatorTemplate<DtRenderSettingsPage> 
00079       DtRenderSettingsPageCreator;
00080 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)