VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/vrfPluginsLoadedPage.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: vrfPluginsLoadedPage.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ** Created: 2/20/09 MEM
00008 *******************************************************************************/
00009 
00012 
00013 #pragma once
00014 
00015 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00016 
00017 #include <vrvUtil/signalslib.h>
00018 #include <vrvCoreQt/DtPage.h>
00019 
00020 class DtVrfPluginRecord;
00021 
00022 namespace makVrv
00023 {
00024    class DtPersistenceToolbarWidget;
00025 }
00026 
00027 namespace makVrf
00028 {
00029    class DtVrfPluginsLoadedWidget;
00030 
00031    class DT_DLL_VRFGUICOREQT DtVrfPluginsLoadedPage : public makVrv::DtPage
00032    {
00033       Q_OBJECT
00034    public:
00035 
00037       DtVrfPluginsLoadedPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
00038 
00040       virtual ~DtVrfPluginsLoadedPage();
00041 
00043       virtual QIcon icon();
00044 
00046       virtual QString title();
00047 
00049       virtual const std::string& pageClassName() const;
00050 
00052       static const std::string& thePageClassName();
00053 
00054    protected:
00055       void setupGui();
00056 
00058       virtual void activate();
00059 
00061       virtual void deactivate();
00062 
00063    public:
00064       makVrv::DtPersistenceToolbarWidget* myTitle;
00065       DtVrfPluginsLoadedWidget*           myPlugins;
00066    };
00067 
00068    typedef makVrv::DtPageCreatorTemplate<DtVrfPluginsLoadedPage> 
00069       DtVrfPluginsLoadedPageCreator;
00070 }

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)