VR-Forces 4.0.4 Class Documentation
include/vrvStQt/DtSpeedTreeSettingsPage.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2007 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: DtSpeedTreeSettingsPage.h,v $ $Revision: 1.14 $ $State: Exp $ 
00007 ******************************************************************************/ 
00008  
00012  
00013 #pragma once 
00014 #include <vrvStQt/vrvStQt.h> 
00015 #include <vrvCoreQt/DtPage.h>
00016  
00017 namespace makVrv 
00018 { 
00019 
00020    class DtDe;
00021    class DtSpeedTreeSettingsWidget;
00022    class DtSpeedTreeSettingsLogic;
00023    class DtPersistenceToolbarWidget;
00024 
00028    class DT_DLL_VRVSTQT DtSpeedTreeSettingsPage : public DtPage
00029    { 
00030       Q_OBJECT
00031    public:
00032 
00034       DtSpeedTreeSettingsPage(DtDe& de, QWidget* parent = 0,
00035          Qt::WindowFlags f = Qt::Widget);
00036 
00038       ~DtSpeedTreeSettingsPage();
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 
00052    protected:
00054       void setupGui();
00055 
00057       virtual void activate();
00058 
00060       virtual void deactivate();
00061 
00062    protected:
00063 
00064       DtDe& myDe;
00065       DtSpeedTreeSettingsWidget* myWidget;
00066       DtPersistenceToolbarWidget* myToolbar;
00067       DtSpeedTreeSettingsLogic* myLogic;
00068 
00069    }; 
00070 
00071 
00074    typedef DtPageCreatorTemplate<DtSpeedTreeSettingsPage>
00075       DtSpeedTreeSettingsPageCreator;
00076 } 

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)