Searched refs:RotateableStrokeWidth (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dselected-style.h99 class RotateableStrokeWidth: public Rotateable class in namespace:Inkscape::UI::Widget
102 RotateableStrokeWidth(SelectedStyle *parent);
103 ~RotateableStrokeWidth();
211 RotateableStrokeWidth _stroke_width_place;
H A Dselected-style.cpp1463 /* ============================================= RotateableStrokeWidth */
1465 RotateableStrokeWidth::RotateableStrokeWidth(SelectedStyle *parent) : function in class:Inkscape::UI::Widget::RotateableStrokeWidth
1473 RotateableStrokeWidth::~RotateableStrokeWidth() {
1477 RotateableStrokeWidth::value_adjust(double current, double by, guint /*modifier*/, bool final)
1506 RotateableStrokeWidth::do_motion(double by, guint modifier) {
1528 RotateableStrokeWidth::do_release(double by, guint modifier) {
1548 RotateableStrokeWidth::do_scroll(double by, guint modifier) {

Completed in 16 milliseconds