X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FPipelineEditor%2FPipelineEditor.h;h=f8fb22941da651a23e41b9bfa4f66552803fd6fc;hb=HEAD;hp=123f5e1776a8357ecd635225fd2a9e8e5dcbe5ca;hpb=e6bef8234ffd9030c68a6786466a08cf144b7871;p=cpPlugins.git diff --git a/appli/PipelineEditor/PipelineEditor.h b/appli/PipelineEditor/PipelineEditor.h index 123f5e1..f8fb229 100644 --- a/appli/PipelineEditor/PipelineEditor.h +++ b/appli/PipelineEditor/PipelineEditor.h @@ -1,48 +1,28 @@ -#ifndef __PIPELINEEDITOR__H__ -#define __PIPELINEEDITOR__H__ +// ========================================================================= +// @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co) +// ========================================================================= +#ifndef __cpPlugins__appli__PipelineEditor__PipelineEditor__h__ +#define __cpPlugins__appli__PipelineEditor__PipelineEditor__h__ -#include +#include +#include +#include -// ------------------------------------------------------------------------- -namespace Ui -{ - class PipelineEditor; -} - -/** - */ class PipelineEditor - : public cpPipelineEditor::BaseQtMainWindow + : public QMainWindow, + private Ui::PipelineEditor { Q_OBJECT; public: - typedef PipelineEditor Self; - typedef cpPipelineEditor::BaseQtMainWindow Superclass; - -public: - explicit PipelineEditor( - int argc, char* argv[], - QApplication* app, - QWidget* parent = NULL - ); + explicit PipelineEditor( QWidget* parent = NULL ); virtual ~PipelineEditor( ); -protected slots: - void _ShowFilterOutput( - const std::string& filter_name, const std::string& output_name - ); - void _HideFilterOutput( - const std::string& filter_name, const std::string& output_name - ); - void _PropertiesFilterOutput( - const std::string& filter_name, const std::string& output_name - ); - private: - Ui::PipelineEditor* m_UI; + std::string m_HomeDir; + cpPlugins::Interface::Manager m_Mgr; }; -#endif // __CPPIPELINEEDITOR__H__ +#endif // __cpPlugins__appli__PipelineEditor__PipelineEditor__h__ // eof - $RCSfile$