VR-Forces 4.0.4 Class Documentation
include/vrvVrlQt/DtAggregateSettingsPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtAggregateSettingsPage.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvVrlQt/vrvVrlQt.h>
00016 #include <vrvCoreQt/DtPage.h>
00017 #include <QtCore/QString>
00018 
00019 class QWidget;
00020 class QVBoxLayout;
00021 
00022 namespace makVrv
00023 {
00024    class DtAggregateSettingsLogic;
00025    class DtAggregateSettingsWidget;
00026    class DtPersistenceToolbarWidget;
00027    class DtDe;
00028 
00032    class DT_DLL_VRVVRLQT DtAggregateSettingsPage : public DtPage
00033    {
00034       Q_OBJECT
00035 
00036    public:
00038       DtAggregateSettingsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
00039 
00041       virtual ~DtAggregateSettingsPage();
00042 
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       DtAggregateSettingsLogic* myLogic;
00069       DtAggregateSettingsWidget* myWidget;
00070       DtPersistenceToolbarWidget* myToolbar;
00071       DtDe& myDe;
00072 
00073       QVBoxLayout* myMainLayout;
00074    };
00075 
00078    typedef DtPageCreatorTemplate<DtAggregateSettingsPage>
00079       DtAggregateSettingsPageCreator;
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)