VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtAggregateDefinitionEditorPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtAggregateDefinitionEditorPage.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 
00024    class DT_DLL_VRVCOREQT DtAggregateDefinitionEditorPage : public DtPage
00025    {
00026    Q_OBJECT
00027 
00028    public:
00029 
00031       DtAggregateDefinitionEditorPage(DtDe& de, QWidget* parent,
00032          Qt::WindowFlags f = 0);
00033 
00035       virtual ~DtAggregateDefinitionEditorPage();
00036 
00038       virtual QIcon icon();
00039 
00041       virtual QString title();
00042 
00044       virtual const std::string& pageClassName() const;
00045 
00047       static const std::string& thePageClassName();
00048 
00049    protected:
00050 
00052       virtual void activate();
00053 
00055       virtual void deactivate();
00056 
00057    protected:
00058 
00059       DtPersistenceToolbarWidget* myPersistenceWidget;
00060       DtElementEditorWidget* myWidget;
00061    };
00062 
00065    typedef DtPageCreatorTemplate<DtAggregateDefinitionEditorPage>
00066       DtAggregateDefinitionEditorPageCreator;
00067 }

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)