Searched refs:UpdateViewCursor (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBoxStates.h29 virtual void UpdateViewCursor(BView* view, BPoint current) const = 0;
48 virtual void UpdateViewCursor(BView* view, BPoint current) const;
H A DTransformBoxStates.h33 virtual void UpdateViewCursor(BView* view, BPoint current) const = 0;
58 virtual void UpdateViewCursor(BView* view, BPoint current) const;
88 virtual void UpdateViewCursor(BView* view, BPoint current) const;
112 virtual void UpdateViewCursor(BView* view, BPoint current) const;
128 virtual void UpdateViewCursor(BView* view, BPoint current) const;
145 virtual void UpdateViewCursor(BView* view, BPoint current) const;
H A DPerspectiveBoxStates.cpp65 DragCornerState::UpdateViewCursor(BView* view, BPoint current) const function in class:DragCornerState
H A DPerspectiveBox.cpp139 fCurrentState->UpdateViewCursor(fCanvasView, fMousePos);
162 fCurrentState->UpdateViewCursor(fCanvasView, fMousePos);
220 fCurrentState->UpdateViewCursor(fCanvasView, fMousePos);
H A DTransformBoxStates.cpp168 DragCornerState::UpdateViewCursor(BView* view, BPoint current) const function in class:DragCornerState
372 DragSideState::UpdateViewCursor(BView* view, BPoint current) const function in class:DragSideState
457 DragBoxState::UpdateViewCursor(BView* view, BPoint current) const function in class:DragBoxState
509 RotateBoxState::UpdateViewCursor(BView* view, BPoint current) const function in class:RotateBoxState
567 OffsetCenterState::UpdateViewCursor(BView* view, BPoint current) const function in class:OffsetCenterState
H A DTransformBox.cpp170 fCurrentState->UpdateViewCursor(fView, fMousePos);
193 fCurrentState->UpdateViewCursor(fView, fMousePos);
318 fCurrentState->UpdateViewCursor(fView, fMousePos);

Completed in 43 milliseconds