VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtInterestManagementSettingsPage.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2009 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: DtInterestManagementSettingsPage.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00008 
00009 #pragma once
00010 #include <vrvCoreQt/vrvCoreQt.h>
00011 #include <vrvCoreQt/DtPage.h>
00012 #include <QtCore/QString>
00013 #include <QtGui/QIcon>
00014 
00015 class QWidget;
00016 class QLayout;
00017 
00018 namespace makVrv
00019 {
00020    class DtDe;
00021    class DtPersistenceToolbarWidget;
00022    class DtInterestManagementLogic;
00023    class DtInterestManagementWidget;
00024 
00028    class DT_DLL_VRVCOREQT DtInterestManagementSettingsPage : public DtPage
00029    {
00030       Q_OBJECT
00031    public:
00033       DtInterestManagementSettingsPage(DtDe& de, QWidget* parent, 
00034          Qt::WindowFlags f = 0);
00035 
00037       virtual ~DtInterestManagementSettingsPage();
00038 
00040       virtual QIcon icon();
00041 
00043       virtual QString title();
00044 
00046       virtual const std::string& pageClassName() const;
00047 
00049       static const std::string& thePageClassName();
00050 
00051    protected:
00052 
00054       void setupGui();
00055 
00057       virtual void activate();
00058 
00060       virtual void deactivate();
00061 
00062    protected:
00063       DtInterestManagementLogic* myLogic;
00064       DtInterestManagementWidget* myWidget;
00065       DtPersistenceToolbarWidget* myToolbar;
00066       DtDe& myDe;
00067 
00068       QLayout* myMainLayout;
00069    };
00070 
00073    typedef DtPageCreatorTemplate<DtInterestManagementSettingsPage> 
00074       DtInterestManagementSettingsPageCreator;
00075 }

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)