X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGObjectController.h;h=6c5fe8d0b189b312bacb604ec6bc05dc7d0d3382;hb=3babfd57a9b4b3cffba34415e928239592e7d4a1;hp=664ad9afe6666c37302622d48c64c854072a78f3;hpb=50851761f4216d932217db8e8fe56dd5aac6b0fb;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.h index 664ad9a..6c5fe8d 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.h @@ -72,6 +72,7 @@ namespace bbtk int getGObjectType(); GObjectModel* getModel(); vtkGObjectView* getView(); + std::string getStatusText(); int getId(); void setId(int id); @@ -100,6 +101,8 @@ namespace bbtk virtual void moveObject(int X,int Y); + + };