X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FBaseMPRWidget.h;h=6ae116c1e847e8bc08780f7ec71c9e627e0f5209;hb=51f6a14e2d16bd79de3cf82693275a0abaaf9007;hp=40819a3afbaa17a71c55138d5ae75b9b002d20fc;hpb=35ad6a2af5b7b0f93d342f7d10d5d669e92ca6d5;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/BaseMPRWidget.h b/lib/cpPlugins/Interface/BaseMPRWidget.h index 40819a3..6ae116c 100644 --- a/lib/cpPlugins/Interface/BaseMPRWidget.h +++ b/lib/cpPlugins/Interface/BaseMPRWidget.h @@ -70,6 +70,7 @@ namespace cpPlugins DataObject* data, const std::string& name, const std::string& parent ); + const std::string& GetMainImage( ) const; bool SetMainImage( const std::string& name ); void DeleteData( const std::string& name ); void DeleteAllData( );