X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FWorkspace.h;fp=lib%2FcpPlugins%2FInterface%2FWorkspace.h;h=fd9847b20a81b58215082a795e32bf6d0a81d8bb;hb=406ebd171557827b3fa0133073dd69780a6e3f6f;hp=745bd98224c17259d0bb290aee68ef128c0b567a;hpb=95c0f25df04b873644ebb440e84c4fe53e11eef9;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Workspace.h b/lib/cpPlugins/Interface/Workspace.h index 745bd98..fd9847b 100644 --- a/lib/cpPlugins/Interface/Workspace.h +++ b/lib/cpPlugins/Interface/Workspace.h @@ -57,6 +57,10 @@ namespace cpPlugins const TWidget* GetWidget( const std::string& name ) const; bool HasFilter( const std::string& name ) const; bool HasWidget( const std::string& name ) const; + TFilter* CreateFilter( + const std::string& category, const std::string& filter, + const std::string& name + ); TFilter* CreateFilter( const std::string& category, const std::string& filter );