VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtVectorNetworkPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile:  $ $Revision:  $ $State:  $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCoreQt/DtPage.h>
00015 
00016 class QVBoxLayout;
00017 
00018 namespace makVrv
00019 {
00020    class DtVectorNetworkTreeWidget;
00021 
00025    class DT_DLL_VRVCOREQT DtVectorNetworkPage : public DtPage
00026    {
00027       Q_OBJECT
00028 
00029    public:
00030 
00032       virtual ~DtVectorNetworkPage();
00033 
00035       virtual QIcon icon();
00036 
00038       virtual QString title();
00039 
00041       virtual const std::string& pageClassName() const;
00042 
00043    protected:
00044 
00046       friend class DtVectorNetworkPageCreator;
00047 
00049       DtVectorNetworkPage(DtDe& de,QWidget* parent = 0, Qt::WindowFlags f = 0);
00050 
00052       virtual void activate();
00053 
00055       virtual void deactivate();
00056 
00057    protected:
00058       std::string myClassName;
00059       QVBoxLayout* myLayout;
00060       DtVectorNetworkTreeWidget* myTreeWidget;
00061    };
00062 
00065    class DT_DLL_VRVCOREQT DtVectorNetworkPageCreator : public DtPageCreator
00066    {
00067    public:
00068 
00070       DtVectorNetworkPageCreator(DtDe& de);
00071 
00073       virtual ~DtVectorNetworkPageCreator();
00074 
00078       virtual std::string pageClassName() const;
00079 
00081       virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
00082    };
00083 
00084 }
00085 

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)