VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfTacticalGraphicOverlayListPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfTacticalGraphicOverlayListPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <vrvCoreQt/DtPage.h>
19 
20 namespace makVrv
21 {
22  class DtDe;
23 }
24 
25 class QVBoxLayout;
26 
27 namespace makVrf
28 {
29  class DtVrfTacticalGraphicOverlayTreeWidget;
30 
33  {
34  Q_OBJECT
35 
36  public:
37 
40 
42  virtual QIcon icon();
43 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
50  protected:
51 
54 
56  DtVrfTacticalGraphicOverlayListPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
57 
59  virtual void activate();
60 
62  virtual void deactivate();
63 
64  protected:
65 
66  std::string myClassName;
67  QVBoxLayout* myLayout;
69  };
70 
74  {
75  public:
76 
79 
82 
86  virtual std::string pageClassName() const;
87 
89  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
90  };
91 }
Contains makVrv::DtPage class.
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
std::string myClassName
Definition: vrfTacticalGraphicOverlayListPage.h:66
The page creator.
Definition: DtPage.h:114
QVBoxLayout * myLayout
Definition: vrfTacticalGraphicOverlayListPage.h:67
The tactical graphics overlay tree widget displays the tree representing the Tactical Graphic Overlay...
Definition: vrfTacticalGraphicOverlayTreeWidget.h:37
Definition: vrfTacticalGraphicOverlayListPage.h:32
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
The creator class needed to be used to create a DtVrfTacticalGraphicOverlayListPage.
Definition: vrfTacticalGraphicOverlayListPage.h:73
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtVrfTacticalGraphicOverlayTreeWidget * myTreeWidget
Definition: vrfTacticalGraphicOverlayListPage.h:68

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)