VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtFeatureLayerDialogPage.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
14 
15 #pragma once
16 
17 #include <vrvCoreQt/vrvCoreQt.h>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtFeatureLayer;
24 
29  {
30  Q_OBJECT;
31  public:
32 
34  DtFeatureLayerDialogPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
35 
37  virtual ~DtFeatureLayerDialogPage();
38 
39  virtual void onNewInstanceRequested();
40  virtual void onDeleteInstanceRequested();
41 
42  protected:
43 
44  void setupGui();
45 
46  virtual void addFeatureLayer(const DtFeatureLayer& FeatureLayer );
47  virtual void removeFeatureLayer(const DtFeatureLayer& FeatureLayer );
48 
49  virtual void activate();
50  virtual void deactivate();
51 
52  };
53 }
An dialog page which contains a list of instances and allows selection of the instance.
Definition: DtSelectedInstanceDialogPage.h:27
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:28
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains makVrv::DtSelectedInstanceDialogPage class.
Contains DLL export macros.
Feature layer dialog shows all the feature layers.
Definition: DtFeatureLayerDialogPage.h:27
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)