X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGObjectModel.h;h=9904c583bbcbed5b97109008a22c341604fb4a80;hb=1a1d60ee9a094a5adfbe674e5d81a8fa846c099f;hp=a5efed17639eecd0d4c009c4709ea55adc2e27f1;hpb=1798b65294ad187db7e220fd626222961267c09b;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h index a5efed1..9904c58 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h @@ -96,6 +96,11 @@ namespace bbtk { std::string getBBTKName( ); void setBBTKName( std::string obname ); + // The description in BBTK, for boxes + std::string getBBTKDescription( ); + void setBBTKDescription( std::string obdescription ); + + // Object ID int getObjectId( ); void setObjectId( int id ); @@ -132,6 +137,9 @@ namespace bbtk { // The name in BBTK, for boxes for example in a BBS line like (new LoadHola abcd), abcd is the name std::string _bbtkName; + + // The description in BBTK, for boxes + std::string _bbtkDescription; //Protected methods