]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.h
Move box and refresh position ... ports don't refresh automatically their position...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GObjectController.h
index 45dd9ec5a4e1094079aed55066c09fdbfe5acedb..a490e635007d4b7c0c6c9342bda14909021d459e 100644 (file)
@@ -73,8 +73,7 @@ namespace bbtk
        private:
 
                //Attributes
-               GObjectModel* _model;
-               vtkGObjectView* _view;
+               
                
 
                //Private Methods
@@ -82,7 +81,8 @@ namespace bbtk
        protected:
 
                //Protected Attributes 
-
+               GObjectModel* _model;
+               vtkGObjectView* _view;
 
                //Protected Methods
                virtual bool  OnMouseMove();
@@ -91,6 +91,8 @@ namespace bbtk
                virtual bool  OnLeftDClick();
                virtual bool  OnRightButtonDown();
 
+               virtual void moveObject(int X,int Y);
+
        };