VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtEntityDefinitionEditorPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtEntityDefinitionEditorPage_H_.h,v $ $Revision: 1.8 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCoreQt/DtPage.h>
00015 
00016 namespace makVrv
00017 {
00018    class DtPersistenceToolbarWidget;
00019    class DtElementEditorWidget;
00020 
00022    class DT_DLL_VRVCOREQT DtEntityDefinitionEditorPage : public DtPage
00023    {  
00024       Q_OBJECT
00025 
00026    public:
00027 
00029       DtEntityDefinitionEditorPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
00030 
00032       virtual ~DtEntityDefinitionEditorPage();
00033 
00035       virtual QIcon icon();
00036 
00038       virtual QString title();
00039 
00041       virtual const std::string& pageClassName() const;
00042 
00044       static const std::string& thePageClassName();
00045 
00046    protected:
00047       
00049       virtual void activate();
00050 
00052       virtual void deactivate();
00053 
00054    protected:
00055 
00056       DtPersistenceToolbarWidget* myPersistenceWidget;
00057       DtElementEditorWidget* myWidget;
00058       
00059    };
00060 
00063    typedef DtPageCreatorTemplate<DtEntityDefinitionEditorPage>
00064       DtEntityDefinitionEditorPageCreator;
00065 }

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)