]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.h
The actual version updates the status bar with the highlighted object ... Also it...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GObjectController.h
index 664ad9afe6666c37302622d48c64c854072a78f3..6c5fe8d0b189b312bacb604ec6bc05dc7d0d3382 100644 (file)
@@ -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);
 
+
+
        };