X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FPipelineEditor%2FPipelineEditor.h;h=1b6674e8cc4c5ac7fdfcccf857900cf26ab094a6;hb=510ac31d52c1ac725baf278243c958e6c564b5b3;hp=770c89660a98245aa7742de46b26820300e8b229;hpb=b9fd406b0196ce00c4152da45572b8be3cb3c805;p=cpPlugins.git diff --git a/appli/PipelineEditor/PipelineEditor.h b/appli/PipelineEditor/PipelineEditor.h index 770c896..1b6674e 100644 --- a/appli/PipelineEditor/PipelineEditor.h +++ b/appli/PipelineEditor/PipelineEditor.h @@ -1,50 +1,36 @@ -#ifndef __PIPELINEEDITOR__H__ -#define __PIPELINEEDITOR__H__ +#ifndef __PipelineEditor__h__ +#define __PipelineEditor__h__ -#include +#include +#include -// ------------------------------------------------------------------------- -namespace Ui -{ - class PipelineEditor; -} +namespace Ui { class PipelineEditor; } /** */ class PipelineEditor - : public cpPipelineEditor::BaseQtMainWindow + : public cpBaseQtApplication::MainWindow { Q_OBJECT; - public: - typedef PipelineEditor Self; - typedef cpPipelineEditor::BaseQtMainWindow Superclass; + typedef PipelineEditor Self; + typedef cpBaseQtApplication::MainWindow Superclass; public: explicit PipelineEditor( int argc, char* argv[], - QApplication* app, QWidget* parent = NULL ); virtual ~PipelineEditor( ); protected slots: - void _ActionBackgroundMPR( ); - void _ActionBackground3D( ); - 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 - ); + void _slotView( const std::string& name, bool show ); + void _slotPrintExecutionInformation( bool show ); private: Ui::PipelineEditor* m_UI; }; -#endif // __CPPIPELINEEDITOR__H__ +#endif // __PipelineEditor__h__ // eof - $RCSfile$