VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOverlaysPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
15 #include <vrvCoreQt/DtPage.h>
16 
17 class QVBoxLayout;
18 class QTreeWidget;
19 
20 namespace makVrv
21 {
22  class DtTacticalGraphicOverlayTreeWidget;
23 
28  {
29  Q_OBJECT
30 
31  public:
32 
34  virtual ~DtOverlaysPage();
35 
37  virtual QIcon icon();
38 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
45  protected:
46 
48  friend class DtOverlaysPageCreator;
49 
51  DtOverlaysPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
52 
54  virtual void activate();
55 
57  virtual void deactivate();
58 
59  protected:
60  std::string myClassName;
61  QVBoxLayout* myLayout;
63  };
64 
68  {
69  public:
70 
73 
75  virtual ~DtOverlaysPageCreator();
76 
80  virtual std::string pageClassName() const;
81 
83  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
84  };
85 
86 }
The creator class needed to be used to create a DtOverlaysPage.
Definition: DtOverlaysPage.h:67
Contains makVrv::DtPage class.
The tactical graphics page.
Definition: DtOverlaysPage.h:27
The page creator.
Definition: DtPage.h:117
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
std::string myClassName
Definition: DtOverlaysPage.h:60
Contains DLL export macros.
The tactical graphics overlay tree widget displays the tree representing the Tactical Graphic Overlay...
Definition: DtTacticalGraphicOverlayTreeWidget.h:29
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QVBoxLayout * myLayout
Definition: DtOverlaysPage.h:61
DtTacticalGraphicOverlayTreeWidget * myTreeWidget
Definition: DtOverlaysPage.h:62

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)