]> Creatis software - cpPlugins.git/blobdiff - libs/cpPipelineEditor/Editor.h
...
[cpPlugins.git] / libs / cpPipelineEditor / Editor.h
diff --git a/libs/cpPipelineEditor/Editor.h b/libs/cpPipelineEditor/Editor.h
new file mode 100644 (file)
index 0000000..c2fd718
--- /dev/null
@@ -0,0 +1,38 @@
+// -------------------------------------------------------------------------
+// @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
+// -------------------------------------------------------------------------
+
+#ifndef __cpPipelineEditor__Editor__h__
+#define __cpPipelineEditor__Editor__h__
+
+#include <cpPipelineEditor_Export.h>
+#include <QWidget>
+
+namespace Ui { class Editor; }
+
+namespace cpPipelineEditor
+{
+  /**
+   */
+  class Editor
+    : public QWidget
+  {
+    Q_OBJECT;
+
+  public:
+    typedef Editor  Self;
+    typedef QWidget Superclass;
+
+  public:
+    Editor( QWidget* parent = NULL );
+    virtual ~Editor( );
+
+  private:
+    Ui::Editor* m_UI;
+  };
+
+} // ecapseman
+
+#endif // __cpPipelineEditor__Editor__h__
+
+// eof - $RCSfile$