X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGObjectModel.cxx;h=e4710a2e30ad3efc0e97aa424172c8916c873b19;hb=d43eaee96a8c31023bae53055512ef35fd4e67c9;hp=bd863cc2e686b836f123cc3bf2b52a51514d06c0;hpb=878ac6ad472bc459f4e364c16890e5026c401944;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx index bd863cc..e4710a2 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.cxx @@ -168,6 +168,27 @@ namespace bbtk //========================================================================= + std::string GObjectModel::getStatusText()//virtual + { + std::string virt = ""; + return virt; + } + + //========================================================================= + + int GObjectModel::getObjectId() + { + return _objectId; + } + + //========================================================================= + + void GObjectModel::setObjectId(int id) + { + _objectId=id; + } + + } // EO namespace bbtk // EOF