]> 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 d1d3ce25175cfe57c29b562b5b9e55f9ebf73cd4..a6300386d4986ac813f46198ed41624775a82abb 100644 (file)
@@ -89,6 +89,9 @@ namespace bbtk
                std::string getBBTKName();
                void setBBTKName(std::string obname);
 
+               int getObjectId();
+               void setObjectId(int id);
+
                virtual std::string getStatusText();
                
        private:
@@ -109,6 +112,7 @@ namespace bbtk
                double _zFin;
 
                int  _gObjectType;
+               int _objectId;
 
                std::string _bbtkType;
                std::string _bbtkName;