Searched refs:do_motion (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/widget/
H A Drotateable.h50 virtual void do_motion (double /*by*/, guint /*state*/) {} function in class:Inkscape::UI::Widget::Rotateable
H A Dselected-style.h81 virtual void do_motion (double by, guint state);
106 virtual void do_motion (double by, guint state);
H A Drotateable.cpp107 do_motion(force, modifier);
H A Dselected-style.cpp1336 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