]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h
Implemented deleting of boxes from the scene....
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.h
index 5c3deea3dd6361793a1af444f758c4920d3522a5..a6300386d4986ac813f46198ed41624775a82abb 100644 (file)
@@ -88,6 +88,11 @@ namespace bbtk
                
                std::string getBBTKName();
                void setBBTKName(std::string obname);
+
+               int getObjectId();
+               void setObjectId(int id);
+
+               virtual std::string getStatusText();
                
        private:
 
@@ -107,6 +112,7 @@ namespace bbtk
                double _zFin;
 
                int  _gObjectType;
+               int _objectId;
 
                std::string _bbtkType;
                std::string _bbtkName;