VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFeatureLayerDialogPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 #include <vrvCoreQt/vrvCoreQt.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtFeatureLayer;
21 
26  {
27  Q_OBJECT;
28  public:
29 
31  DtFeatureLayerDialogPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
32 
34  virtual ~DtFeatureLayerDialogPage();
35 
36  virtual void onNewInstanceRequested();
37  virtual void onDeleteInstanceRequested();
38 
39  protected:
40 
41  void setupGui();
42 
43  virtual void addFeatureLayer(const DtFeatureLayer& FeatureLayer );
44  virtual void removeFeatureLayer(const DtFeatureLayer& FeatureLayer );
45 
46  virtual void activate();
47  virtual void deactivate();
48 
49  };
50 }
An dialog page which contains a list of instances and allows selection of the instance.
Definition: DtSelectedInstanceDialogPage.h:24
The feature layer is a type of terrain layer which contains features, such as points, lines, areas, and props created from them.
Definition: DtFeatureLayer.h:25
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains makVrv::DtSelectedInstanceDialogPage class. This dialog page will create a selected instance...
Contains DLL export macros.
Feature layer dialog shows all the feature layers.
Definition: DtFeatureLayerDialogPage.h:24
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

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)