X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPipelineEditor%2FEditor.h;h=3429477eb842d89d426efb6e0bbb00b5f3c5162b;hb=bebef39d45df113f3a706279a395eba44ce9472c;hp=908abf96d62b2bc6178918d1497f327957404908;hpb=bf4172934768034696b1c4b993b7e92e3808e083;p=cpPlugins.git diff --git a/lib/cpPipelineEditor/Editor.h b/lib/cpPipelineEditor/Editor.h index 908abf9..3429477 100644 --- a/lib/cpPipelineEditor/Editor.h +++ b/lib/cpPipelineEditor/Editor.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include @@ -39,8 +39,8 @@ namespace cpPipelineEditor typedef Editor Self; typedef QObject Superclass; - typedef cpPlugins::Interface::Workspace TWorkspace; - typedef TWorkspace::TFilter TFilter; + typedef cpPlugins::Workspace TWorkspace; + typedef cpPlugins::ProcessObject TFilter; typedef cpExtensions::DataStructures:: Graph< Block*, Connection*, std::string > TGraph; @@ -54,7 +54,7 @@ namespace cpPipelineEditor void setWorkspace( TWorkspace* ws ); std::string createFilter( - const std::string& filter, + const std::string& category, const std::string& filter, const QPointF& pnt = QPointF( qreal( 0 ), qreal( 0 ) ) ); bool deleteFilter( const std::string& name );