VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtContourizationPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtContourizationPage.h,v $ $Revision: 1.12 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
16 
17 class QString;
18 
19 namespace makVrv
20 {
21  class DtDe;
22  class DtContourizationWidget;
23  class DtContourizationLogic;
24  class DtPersistenceToolbarWidget;
25 
29  {
30  Q_OBJECT
31 
32  public:
33 
35  DtContourizationPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = Qt::Widget);
36 
38  virtual ~DtContourizationPage();
39 
41  virtual QIcon icon();
42 
44  virtual QString title();
45 
47  virtual const std::string& pageClassName() const;
48 
50  static const std::string& thePageClassName();
51 
53  virtual void onCurrentInstanceChanged(QString definition);
54 
55  protected:
56 
57  void setupGui();
58 
60  virtual void activate();
61 
63  virtual void deactivate();
64 
65  protected:
69  };
70 
75 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)