]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx
v1.1.0 Feature 1407
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.cxx
index 386663f75b2f3b04e3e3ad05f3f03e9b5c958111..1ab4ad3a1d70a3f9b3ca84b884e4f772ff2d3576 100644 (file)
@@ -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