VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtKeyMappingEditorPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtKeyMappingEditorPage.h,v $ $Revision: 1.10 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvCoreQt/vrvCoreQt.h>
00016 #include <vrvCoreQt/DtPage.h>
00017 
00018 namespace makVrv
00019 {
00020    class DtPersistenceToolbarWidget;
00021    class DtKeyMappingEditorWidget;
00022    class DtKeyMappingEditorLogic;
00023    class DtSelectInstanceWidget;
00024 
00027    class DT_DLL_VRVCOREQT DtKeyMappingEditorPage : public DtPage
00028    {
00029    Q_OBJECT
00030 
00031    public:
00032 
00034       DtKeyMappingEditorPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
00035 
00037       virtual ~DtKeyMappingEditorPage();
00038 
00040       virtual QIcon icon();
00041 
00043       virtual QString title();
00044 
00046       virtual const std::string& pageClassName() const;
00047 
00049       static const std::string& thePageClassName();
00050 
00051    protected:
00052 
00054       virtual void activate();
00055 
00057       virtual void deactivate();
00058 
00060       void setupGui();
00061 
00062    protected:
00063       DtPersistenceToolbarWidget* myToolbar;
00064       DtKeyMappingEditorWidget* myKeyMappingWidget;      
00065       DtKeyMappingEditorLogic* myLogic;
00066       DtSelectInstanceWidget* mySelectInstanceWidget;
00067    };
00068 
00071    typedef DtPageCreatorTemplate<DtKeyMappingEditorPage> 
00072       DtKeyMappingEditorPageCreator;
00073 
00074 }
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)