VR-Forces 5.0.3 Developer's Guide
 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) 2021 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 
36  virtual DtQIconConfigurations qIconConfigurations() const;
37 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
44  protected:
45 
48 
50  DtVectorNetworkPage(DtDe& de,QWidget* parent = 0, Qt::WindowFlags f = 0);
51 
53  virtual void activate();
54 
56  virtual void deactivate();
57 
58  protected:
59  std::string myClassName;
60  QVBoxLayout* myLayout;
62  };
63 
67  {
68  public:
69 
72 
74  virtual ~DtVectorNetworkPageCreator();
75 
79  virtual std::string pageClassName() const;
80 
82  virtual DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
83  };
84 
85 }
86 
The vector network tree widget displays the tree representing vector network loaded from feature laye...
Definition: DtVectorNetworkTreeWidget.h:22
DtVectorNetworkTreeWidget * myTreeWidget
Definition: DtVectorNetworkPage.h:61
std::string myClassName
Definition: DtVectorNetworkPage.h:59
Contains makVrv::DtPage class.
The creator class needed to be used to create a DtVectorNetworkPage.
Definition: DtVectorNetworkPage.h:66
The page creator. This class should be extended by all page classes.
Definition: DtPage.h:121
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
QVBoxLayout * myLayout
Definition: DtVectorNetworkPage.h:60
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:30
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:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)