]> Creatis software - cpPlugins.git/blob - libs/cpPipelineEditor/Editor.h
...
[cpPlugins.git] / libs / cpPipelineEditor / Editor.h
1 // -------------------------------------------------------------------------
2 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
3 // -------------------------------------------------------------------------
4
5 #ifndef __cpPipelineEditor__Editor__h__
6 #define __cpPipelineEditor__Editor__h__
7
8 #include <cpPipelineEditor_Export.h>
9 #include <QWidget>
10
11 namespace Ui { class Editor; }
12
13 namespace cpPipelineEditor
14 {
15   /**
16    */
17   class Editor
18     : public QWidget
19   {
20     Q_OBJECT;
21
22   public:
23     typedef Editor  Self;
24     typedef QWidget Superclass;
25
26   public:
27     Editor( QWidget* parent = NULL );
28     virtual ~Editor( );
29
30   private:
31     Ui::Editor* m_UI;
32   };
33
34 } // ecapseman
35
36 #endif // __cpPipelineEditor__Editor__h__
37
38 // eof - $RCSfile$