X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGObjectModel.h;fp=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGObjectModel.h;h=a6300386d4986ac813f46198ed41624775a82abb;hb=a6d479881eeb637cd06afa3b2177e430fa05571e;hp=d1d3ce25175cfe57c29b562b5b9e55f9ebf73cd4;hpb=148148d87a5ed486b321de977e8bb64f39e1e49c;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h index d1d3ce2..a630038 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h @@ -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;