]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h
Necessary changes to manage the basic action . First prototype totally completed...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGObjectView.h
index 97ea5776d8723b60b4dad933af053dee161601af..e15232f4bf16368250bd8bfc4af2361eef00a51f 100644 (file)
@@ -83,12 +83,12 @@ namespace bbtk
                virtual void moveObject(int X, int Y);
 
                virtual void update(int command);
-               void isFirstDragging(bool param);
+               void isStartDragging(bool param);
 
        private:
 
                //Private Attributes
-               bool _isFirstDragging;
+               bool _isStartDragging;
                double dragDifX;
                double dragDifY;