VR-Forces 4.10 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 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
12 #include <vrvCoreQt/DtPage.h>
13 
14 class QVBoxLayout;
15 class QTreeWidget;
16 
17 namespace makVrv
18 {
19  class DtTacticalGraphicOverlayTreeWidget;
20 
25  {
26  Q_OBJECT
27 
28  public:
29 
31  virtual ~DtOverlaysPage();
32 
34  virtual QIcon icon();
35 
37  virtual QString title();
38 
40  virtual const std::string& pageClassName() const;
41 
42  protected:
43 
45  friend class DtOverlaysPageCreator;
46 
48  DtOverlaysPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
49 
51  virtual void activate();
52 
54  virtual void deactivate();
55 
56  protected:
57  std::string myClassName;
58  QVBoxLayout* myLayout;
60  };
61 
65  {
66  public:
67 
70 
72  virtual ~DtOverlaysPageCreator();
73 
77  virtual std::string pageClassName() const;
78 
80  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
81  };
82 
83 }
The creator class needed to be used to create a DtOverlaysPage.
Definition: DtOverlaysPage.h:64
Contains makVrv::DtPage class.
The tactical graphics page.
Definition: DtOverlaysPage.h:24
The page creator.
Definition: DtPage.h:114
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
std::string myClassName
Definition: DtOverlaysPage.h:57
Contains DLL export macros.
The tactical graphics overlay tree widget displays the tree representing the Tactical Graphic Overlay...
Definition: DtTacticalGraphicOverlayTreeWidget.h:26
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QVBoxLayout * myLayout
Definition: DtOverlaysPage.h:58
DtTacticalGraphicOverlayTreeWidget * myTreeWidget
Definition: DtOverlaysPage.h:59

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)