VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtPropsPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtPropsPage.h,v $ $Revision: 1.7 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCoreQt/vrvCoreQt.h>
00015 #include <vrvCoreQt/DtPage.h>
00016 
00017 namespace makVrv
00018 {
00019 
00020    class DtDe;
00021    class DtPropsLogic;
00022    class DtPropsWidget;
00023    class DtPersistenceToolbarWidget;
00024 
00028    class DT_DLL_VRVCOREQT DtPropsPage : public DtPage
00029    {
00030 
00031       Q_OBJECT
00032 
00033    public:
00034 
00036       DtPropsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
00037 
00039       virtual ~DtPropsPage();
00040 
00042       virtual QIcon icon();
00043 
00045       virtual QString title();
00046 
00048       virtual const std::string& pageClassName() const;
00049 
00051       static const std::string& thePageClassName();
00052 
00053 
00054    protected:
00055 
00057       void setupGui();
00058 
00060       virtual void activate();
00061 
00063       virtual void deactivate();
00064 
00065    protected:
00066 
00067       DtDe& myDe;
00068       DtPropsLogic* myLogic;
00069       DtPersistenceToolbarWidget* myTitle;
00070       DtPropsWidget* myWidget;
00071    };
00072 
00075    typedef DtPageCreatorTemplate<DtPropsPage> DtPropsPageCreator;
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)