Searched defs:adjust (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/widget/
H A Drandom.cpp51 Glib::RefPtr<Gtk::Adjustment> &adjust,
53 Gtk::Adjustment &adjust,
59 : Scalar(label, tooltip, adjust, digits, suffix, icon, mnemonic)
49 Random(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::RefPtr<Gtk::Adjustment> &adjust, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
H A Dpoint.cpp57 Glib::RefPtr<Gtk::Adjustment> &adjust,
59 Gtk::Adjustment &adjust,
66 xwidget("X:","", adjust, digits),
67 ywidget("Y:","", adjust, digits)
55 Point(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::RefPtr<Gtk::Adjustment> &adjust, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
H A Dscalar.cpp47 Glib::RefPtr<Gtk::Adjustment> &adjust,
49 Gtk::Adjustment &adjust,
55 : Labelled(label, tooltip, new SpinButton(adjust, 0.0, digits), suffix, icon, mnemonic),
45 Scalar(Glib::ustring const &label, Glib::ustring const &tooltip, Glib::RefPtr<Gtk::Adjustment> &adjust, unsigned digits, Glib::ustring const &suffix, Glib::ustring const &icon, bool mnemonic) argument
/inkscape/src/
H A Dsp-text.cpp1068 void TextTagAttributes::addToDxDy(unsigned index, Geom::Point const &adjust) argument
1073 if (adjust[Geom::X] != 0.0) {
1075 attributes.dx[index] = attributes.dx[index].computed + adjust[Geom::X];
1077 if (adjust[Geom::Y] != 0.0) {
1079 attributes.dy[index] = attributes.dy[index].computed + adjust[Geom::Y];

Completed in 2590 milliseconds