VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtOverlaysPage.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/vrvCoreQt.h> 
00015 #include <vrvCoreQt/DtPage.h>
00016 
00017 class QVBoxLayout;
00018 class QTreeWidget;
00019 
00020 namespace makVrv
00021 {
00022    class DtTacticalGraphicOverlayTreeWidget;
00023 
00027    class DT_DLL_VRVCOREQT DtOverlaysPage : public DtPage
00028    {
00029       Q_OBJECT
00030 
00031    public:
00032 
00034       virtual ~DtOverlaysPage();
00035 
00037       virtual QIcon icon();
00038 
00040       virtual QString title();
00041 
00043       virtual const std::string& pageClassName() const;
00044 
00045    protected:
00046 
00048       friend class DtOverlaysPageCreator;
00049 
00051       DtOverlaysPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
00052 
00054       virtual void activate();
00055 
00057       virtual void deactivate();
00058 
00059    protected:
00060       std::string myClassName;
00061       QVBoxLayout* myLayout;
00062       DtTacticalGraphicOverlayTreeWidget* myTreeWidget;
00063    };
00064 
00067    class DT_DLL_VRVCOREQT DtOverlaysPageCreator : public DtPageCreator
00068    {
00069    public:
00070 
00072       DtOverlaysPageCreator(DtDe& de);
00073 
00075       virtual ~DtOverlaysPageCreator();
00076 
00080       virtual std::string pageClassName() const;
00081 
00083       virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
00084    };
00085 
00086 }

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)