Symbol: UpdateViewCursor
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
139
fCurrentState->UpdateViewCursor(fCanvasView, fMousePos);
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
162
fCurrentState->UpdateViewCursor(fCanvasView, fMousePos);
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
220
fCurrentState->UpdateViewCursor(fCanvasView, fMousePos);
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
29
virtual void UpdateViewCursor(BView* view, BPoint current) const = 0;
src/apps/icon-o-matic/transformable/PerspectiveBoxStates.h
48
virtual void UpdateViewCursor(BView* view, BPoint current) const;
src/apps/icon-o-matic/transformable/TransformBox.cpp
170
fCurrentState->UpdateViewCursor(fView, fMousePos);
src/apps/icon-o-matic/transformable/TransformBox.cpp
193
fCurrentState->UpdateViewCursor(fView, fMousePos);
src/apps/icon-o-matic/transformable/TransformBox.cpp
318
fCurrentState->UpdateViewCursor(fView, fMousePos);
src/apps/icon-o-matic/transformable/TransformBoxStates.h
112
virtual void UpdateViewCursor(BView* view, BPoint current) const;
src/apps/icon-o-matic/transformable/TransformBoxStates.h
128
virtual void UpdateViewCursor(BView* view, BPoint current) const;
src/apps/icon-o-matic/transformable/TransformBoxStates.h
145
virtual void UpdateViewCursor(BView* view, BPoint current) const;
src/apps/icon-o-matic/transformable/TransformBoxStates.h
33
virtual void UpdateViewCursor(BView* view, BPoint current) const = 0;
src/apps/icon-o-matic/transformable/TransformBoxStates.h
58
virtual void UpdateViewCursor(BView* view, BPoint current) const;
src/apps/icon-o-matic/transformable/TransformBoxStates.h
88
virtual void UpdateViewCursor(BView* view, BPoint current) const;