VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVectorNetworkPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/DtPage.h>
15 
16 class QVBoxLayout;
17 
18 namespace makVrv
19 {
20  class DtVectorNetworkTreeWidget;
21 
26  {
27  Q_OBJECT
28 
29  public:
30 
32  virtual ~DtVectorNetworkPage();
33 
35  virtual QIcon icon();
36 
38  virtual QString title();
39 
41  virtual const std::string& pageClassName() const;
42 
43  protected:
44 
47 
49  DtVectorNetworkPage(DtDe& de,QWidget* parent = 0, Qt::WindowFlags f = 0);
50 
52  virtual void activate();
53 
55  virtual void deactivate();
56 
57  protected:
58  std::string myClassName;
59  QVBoxLayout* myLayout;
61  };
62 
66  {
67  public:
68 
71 
73  virtual ~DtVectorNetworkPageCreator();
74 
78  virtual std::string pageClassName() const;
79 
81  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
82  };
83 
84 }
85 
The vector network tree widget displays the tree representing vector network loaded from feature laye...
Definition: DtVectorNetworkTreeWidget.h:25
DtVectorNetworkTreeWidget * myTreeWidget
Definition: DtVectorNetworkPage.h:60
std::string myClassName
Definition: DtVectorNetworkPage.h:58
Contains makVrv::DtPage class.
The creator class needed to be used to create a DtVectorNetworkPage.
Definition: DtVectorNetworkPage.h:65
The page creator.
Definition: DtPage.h:117
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
QVBoxLayout * myLayout
Definition: DtVectorNetworkPage.h:59
The vector network page, displays the vector network for the current terrain.
Definition: DtVectorNetworkPage.h:25
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.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)