VR-Forces 4.10 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 
9 
10 #pragma once
11 #include <vrvCoreQt/DtPage.h>
12 
13 class QVBoxLayout;
14 
15 namespace makVrv
16 {
17  class DtVectorNetworkTreeWidget;
18 
23  {
24  Q_OBJECT
25 
26  public:
27 
29  virtual ~DtVectorNetworkPage();
30 
32  virtual QIcon icon();
33 
35  virtual QString title();
36 
38  virtual const std::string& pageClassName() const;
39 
40  protected:
41 
44 
46  DtVectorNetworkPage(DtDe& de,QWidget* parent = 0, Qt::WindowFlags f = 0);
47 
49  virtual void activate();
50 
52  virtual void deactivate();
53 
54  protected:
55  std::string myClassName;
56  QVBoxLayout* myLayout;
58  };
59 
63  {
64  public:
65 
68 
70  virtual ~DtVectorNetworkPageCreator();
71 
75  virtual std::string pageClassName() const;
76 
78  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
79  };
80 
81 }
82 
The vector network tree widget displays the tree representing vector network loaded from feature laye...
Definition: DtVectorNetworkTreeWidget.h:22
DtVectorNetworkTreeWidget * myTreeWidget
Definition: DtVectorNetworkPage.h:57
std::string myClassName
Definition: DtVectorNetworkPage.h:55
Contains makVrv::DtPage class.
The creator class needed to be used to create a DtVectorNetworkPage.
Definition: DtVectorNetworkPage.h:62
The page creator.
Definition: DtPage.h:114
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
QVBoxLayout * myLayout
Definition: DtVectorNetworkPage.h:56
The vector network page, displays the vector network for the current terrain.
Definition: DtVectorNetworkPage.h:22
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)