VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtSessionOptionsPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtSessionOptionsPage.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00016 #include <vrvCoreQt/DtPage.h>
00017 
00018 class QLabel;
00019 
00020 namespace makVrv
00021 {
00022    class DtPersistenceToolbarWidget;
00023 }
00024 
00025 namespace makVrf
00026 {
00027    class DtSessionOptionsWidget;
00028    class DtSessionOptionsWidgetLogic;
00029 
00031    class DT_DLL_VRFGUICOREQT DtSessionOptionsPage : public makVrv::DtPage
00032    {
00033       Q_OBJECT
00034 
00035    public:
00037       DtSessionOptionsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
00038    
00040       virtual ~DtSessionOptionsPage();
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 
00056       void setupGui();
00057 
00059       virtual void activate();
00060 
00062       virtual void deactivate();
00063 
00064    protected:
00065       DtSessionOptionsWidgetLogic* myLogic;
00066       DtSessionOptionsWidget* myWidget;
00067       makVrv::DtPersistenceToolbarWidget* myToolbar;
00068 
00069       QLayout* myMainLayout;
00070    };
00071 
00072    typedef makVrv::DtPageCreatorTemplate<DtSessionOptionsPage> 
00073       DtSessionOptionsPageCreator;
00074 }

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)