VR-Forces 4.7 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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)