Searched refs:do_motion (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/widget/ | ||
H A D | rotateable.h | 50 virtual void do_motion (double /*by*/, guint /*state*/) {} function in class:Inkscape::UI::Widget::Rotateable |
H A D | selected-style.h | 81 virtual void do_motion (double by, guint state); 106 virtual void do_motion (double by, guint state); |
H A D | rotateable.cpp | 107 do_motion(force, modifier); |
H A D | selected-style.cpp | 1336 RotateableSwatch::do_motion(double by, guint modifier) { function in class:Inkscape::UI::Widget::RotateableSwatch 1411 do_motion(by/30.0, modifier); 1506 RotateableStrokeWidth::do_motion(double by, guint modifier) { function in class:Inkscape::UI::Widget::RotateableStrokeWidth 1549 do_motion(by/10.0, modifier); |
Completed in 20 milliseconds