VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExtractPropsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtExtractPropsPage.h,v $ $Revision: 1.12 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtExtractPropsPage_H_
14 #define DtExtractPropsPage_H_
15 
16 #include <vrvOsgQt/vrvOsgQt.h>
18 #include <vrvCore/DtDe.h>
21 
22 namespace makVrv
23 {
24  class DtPersistenceToolbarWidget;
25 
29  {
30  Q_OBJECT
31 
32  public:
34  DtExtractPropsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Widget);
35 
37  virtual ~DtExtractPropsPage();
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
51  virtual void onCurrentInstanceChanged(QString definition);
52 
53  protected:
54 
56  void setupGui();
57 
58  virtual void activate();
59 
60  virtual void deactivate();
61 
62 
63  void updateWidget();
64 
65  protected:
67  QWidget* myParent;
70  };
71 
72 
76 }
77 
78 #endif
79 

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)