]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h
v1.1.0 Feature 1407
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.h
index a5efed17639eecd0d4c009c4709ea55adc2e27f1..9904c583bbcbed5b97109008a22c341604fb4a80 100644 (file)
@@ -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