VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAddPropsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAddPropsPage.h,v $ $Revision: 1.6 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtAddPropsPage_H_
14 #define DtAddPropsPage_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
18 
19 namespace makVrv
20 {
21 
22  class DtDe;
23  class DtAddPropsLogic;
24  class DtAddPropsWidget;
25  class DtPersistenceToolbarWidget;
26 
30  {
31 
32  Q_OBJECT
33 
34  public:
35 
37  DtAddPropsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
38 
40  virtual ~DtAddPropsPage();
41 
43  virtual QIcon icon();
44 
46  virtual QString title();
47 
49  virtual const std::string& pageClassName() const;
50 
52  static const std::string& thePageClassName();
53 
54  virtual void onCurrentInstanceChanged(QString featureLayerFilename);
55 
56  protected:
57 
59  void setupGui();
60 
61  virtual void activate();
62 
63  virtual void deactivate();
64 
66  void updateWidget();
67 
68  protected:
70 
71  public:
74  };
75 
79 }
80 
81 #endif
82 

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)