]> 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 873396e762f2f09cc939838652c5c3e34fbd13d5..6c5fe8d0b189b312bacb604ec6bc05dc7d0d3382 100644 (file)
@@ -72,6 +72,7 @@ namespace bbtk
                int getGObjectType();
                GObjectModel* getModel();
                vtkGObjectView* getView();
+               std::string getStatusText();
 
                int getId();
                void setId(int id);
@@ -90,16 +91,18 @@ namespace bbtk
                GObjectModel* _model;
                vtkGObjectView* _view;
                int _id;
+               bool _isLeftClickDown;
 
                //Protected Methods
                virtual bool  OnMouseMove();
                virtual bool  OnLeftButtonDown(); 
                virtual bool  OnLeftButtonUp();
                virtual bool  OnLeftDClick();
-               virtual bool  OnRightButtonDown();
 
                virtual void moveObject(int X,int Y);
 
+
+
        };