X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGObjectModel.cxx;h=1ab4ad3a1d70a3f9b3ca84b884e4f772ff2d3576;hb=1a1d60ee9a094a5adfbe674e5d81a8fa846c099f;hp=386663f75b2f3b04e3e3ad05f3f03e9b5c958111;hpb=1798b65294ad187db7e220fd626222961267c09b;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx index 386663f..1ab4ad3 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx @@ -160,6 +160,20 @@ namespace bbtk _bbtkName = obname; } + //========================================================================= + + std::string GObjectModel::getBBTKDescription() + { + return _bbtkDescription; + } + + //========================================================================= + + void GObjectModel::setBBTKDescription(std::string obdescription) + { + _bbtkDescription = obdescription; + } + //========================================================================= std::string GObjectModel::getStatusText()//virtual