VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtContourizationPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtContourizationPage.h,v $ $Revision: 1.12 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCoreQt/vrvCoreQt.h>
00015 #include <vrvCoreQt/DtTerrainPatchDialogPage.h>
00016 
00017 class QString;
00018 
00019 namespace makVrv
00020 {
00021    class DtDe;
00022    class DtContourizationWidget;
00023    class DtContourizationLogic;
00024    class DtPersistenceToolbarWidget;
00025 
00028    class DT_DLL_VRVCOREQT DtContourizationPage : public DtTerrainPatchDialogPage
00029    {
00030       Q_OBJECT
00031 
00032    public:
00033 
00035       DtContourizationPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = Qt::Widget);
00036       
00038       ~DtContourizationPage();
00039 
00041       virtual QIcon icon();
00042 
00044       virtual QString title();
00045 
00047       virtual const std::string& pageClassName() const;
00048 
00050       static const std::string& thePageClassName();      
00051 
00053       virtual void onCurrentInstanceChanged(QString definition);
00054       
00055    protected:
00056 
00057       void setupGui();
00058 
00060       virtual void activate();
00061 
00063       virtual void deactivate();
00064 
00065    protected:
00066       DtContourizationLogic* myLogic;
00067       DtContourizationWidget* myWidget;
00068       DtPersistenceToolbarWidget* myTitle;
00069    };
00070 
00073    typedef DtPageCreatorTemplate<DtContourizationPage> 
00074       DtContourizationPageCreator;
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)