VR-Forces 4.6 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 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)