VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtMouseMappingEditorPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtMouseMappingEditorPage.h,v $ $Revision: 1.10 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCoreQt/vrvCoreQt.h>
00015 #include <vrvCoreQt/DtPage.h>
00016 
00017 class QVBoxLayout;
00018 
00019 namespace makVrv
00020 {
00021 
00022    class DtSelectInstanceWidget;
00023    class DtMouseMappingEditorLogic;
00024    class DtMouseMappingEditorWidget;
00025    class DtPersistenceToolbarWidget;
00026 
00029    class DT_DLL_VRVCOREQT DtMouseMappingEditorPage : public DtPage
00030    {
00031    Q_OBJECT
00032 
00033    public:
00034 
00036       DtMouseMappingEditorPage( DtDe& de, QWidget* parent, Qt::WindowFlags f );
00037 
00039       virtual ~DtMouseMappingEditorPage();
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    protected:
00054 
00056       virtual void activate();
00057 
00059       virtual void deactivate();
00060 
00062       void setupGui();
00063 
00064    protected:
00065 
00066       QVBoxLayout* myMainLayout;
00067       QVBoxLayout* myContentsLayout;
00068       DtMouseMappingEditorWidget* myMouseMappingWidget;
00069       DtMouseMappingEditorLogic* myLogic;
00070       DtSelectInstanceWidget* mySelectInstanceWidget;
00071       DtPersistenceToolbarWidget* myTitle;
00072 
00073    };
00074 
00075    typedef DtPageCreatorTemplate<DtMouseMappingEditorPage> 
00076       DtMouseMappingEditorPageCreator;
00077 }

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)