]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx
Implemented deleting of boxes from the scene....
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.cxx
index 46e77d4888d10e560e581121e139d7f24f11dc25..e4710a2e30ad3efc0e97aa424172c8916c873b19 100644 (file)
@@ -176,6 +176,18 @@ namespace bbtk
 
        //=========================================================================
 
+       int GObjectModel::getObjectId()
+       {
+               return _objectId;
+       }
+
+       //=========================================================================
+       
+       void GObjectModel::setObjectId(int id)
+       {
+               _objectId=id;
+       }
+
 
 }  // EO namespace bbtk