VR-Forces 5.0.2 Developer's Guide
 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) 2021 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 
38  virtual DtQIconConfigurations qIconConfigurations() const;
39 
41  virtual QString title();
42 
44  virtual const std::string& pageClassName() const;
45 
46  protected:
47 
49  friend class DtOverlaysPageCreator;
50 
52  DtOverlaysPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
53 
55  virtual void activate();
56 
58  virtual void deactivate();
59 
60  protected:
61  std::string myClassName;
62  QVBoxLayout* myLayout;
64  };
65 
69  {
70  public:
71 
74 
76  virtual ~DtOverlaysPageCreator();
77 
81  virtual std::string pageClassName() const;
82 
84  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
85  };
86 
87 }
The creator class needed to be used to create a DtOverlaysPage.
Definition: DtOverlaysPage.h:68
Contains makVrv::DtPage class.
The tactical graphics page. Displays all the graphics that have an overlay assigned to them...
Definition: DtOverlaysPage.h:24
The page creator. This class should be extended by all page classes.
Definition: DtPage.h:121
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
std::string myClassName
Definition: DtOverlaysPage.h:61
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:30
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
QVBoxLayout * myLayout
Definition: DtOverlaysPage.h:62
DtTacticalGraphicOverlayTreeWidget * myTreeWidget
Definition: DtOverlaysPage.h:63

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)