VR-Forces 4.0.4 Class Documentation
include/vrvVrlQt/DtTacticalGraphicsSettingsPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtTacticalGraphicsSettingsPage.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvVrlQt/vrvVrlQt.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 DtTacticalGraphicsSettingsLogic;
00025    class DtTacticalGraphicsSettingsWidget;
00026    class DtPersistenceToolbarWidget;
00027    class DtDe;
00028 
00032    class DT_DLL_VRVVRLQT DtTacticalGraphicsSettingsPage : public DtPage
00033    {
00034       Q_OBJECT
00035 
00036    public:
00038       DtTacticalGraphicsSettingsPage(DtDe& de, QWidget* parent, 
00039          Qt::WindowFlags f = 0);
00040 
00042       virtual ~DtTacticalGraphicsSettingsPage();
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       DtTacticalGraphicsSettingsLogic* myLogic;
00069       DtTacticalGraphicsSettingsWidget* myWidget;
00070       DtPersistenceToolbarWidget* myToolbar;
00071       DtDe& myDe;
00072 
00073       QLayout* myMainLayout;
00074    };
00075 
00078    typedef DtPageCreatorTemplate<DtTacticalGraphicsSettingsPage> 
00079       DtTacticalGraphicsSettingsPageCreator;
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)