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