VR-Forces Developer's Guide
 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 
46  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
47 
49  virtual QString title();
50 
52  virtual const std::string& pageClassName() const;
53 
54  protected:
55 
58 
60  DtVrfTacticalGraphicOverlayListPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
61 
63  virtual void activate();
64 
66  virtual void deactivate();
67 
68  protected:
69 
70  std::string myClassName;
71  QVBoxLayout* myLayout;
73  };
74 
78  {
79  public:
80 
83 
86 
90  virtual std::string pageClassName() const;
91 
93  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
94  };
95 }
Contains makVrv::DtPage class.
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
std::string myClassName
Definition: vrfTacticalGraphicOverlayListPage.h:70
The page creator. This class should be extended by all page classes.
Definition: DtPage.h:121
QVBoxLayout * myLayout
Definition: vrfTacticalGraphicOverlayListPage.h:71
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:30
The creator class needed to be used to create a DtVrfTacticalGraphicOverlayListPage.
Definition: vrfTacticalGraphicOverlayListPage.h:77
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:72
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
DtVrfTacticalGraphicOverlayTreeWidget * myTreeWidget
Definition: vrfTacticalGraphicOverlayListPage.h:72

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)