]> Creatis software - cpPlugins.git/blobdiff - appli/PipelineEditor/PipelineEditor.h
yet another refactoring
[cpPlugins.git] / appli / PipelineEditor / PipelineEditor.h
diff --git a/appli/PipelineEditor/PipelineEditor.h b/appli/PipelineEditor/PipelineEditor.h
new file mode 100644 (file)
index 0000000..1b6674e
--- /dev/null
@@ -0,0 +1,36 @@
+#ifndef __PipelineEditor__h__
+#define __PipelineEditor__h__
+
+#include <QMainWindow>
+#include <cpBaseQtApplication/MainWindow.h>
+
+namespace Ui { class PipelineEditor; }
+
+/**
+ */
+class PipelineEditor
+  : public cpBaseQtApplication::MainWindow
+{
+  Q_OBJECT;
+public:
+  typedef PipelineEditor                  Self;
+  typedef cpBaseQtApplication::MainWindow Superclass;
+
+public:
+  explicit PipelineEditor(
+    int argc, char* argv[],
+    QWidget* parent = NULL
+    );
+  virtual ~PipelineEditor( );
+
+protected slots:
+  void _slotView( const std::string& name, bool show );
+  void _slotPrintExecutionInformation( bool show );
+
+private:
+  Ui::PipelineEditor* m_UI;
+};
+
+#endif // __PipelineEditor__h__
+
+// eof - $RCSfile$