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

/inkscape/src/extension/internal/
H A Dbluredge.cpp98 prefs->setDoubleUnit("/options/defaultoffsetwidth/value", offset, "px");
101 prefs->setDoubleUnit("/options/defaultoffsetwidth/value", offset, "px");
111 prefs->setDoubleUnit("/options/defaultoffsetwidth/value", old_offset, "px");
/inkscape/src/
H A Dpreferences.h429 void setDoubleUnit(Glib::ustring const &pref_path, double value, Glib::ustring const &unit_abbr);
H A Dpreferences.cpp464 void Preferences::setDoubleUnit(Glib::ustring const &pref_path, double value, Glib::ustring const &unit_abbr) function in class:Inkscape::Preferences
/inkscape/src/ui/widget/
H A Dpreferences-widget.cpp342 prefs->setDoubleUnit(_prefs_path, value, unitstr);
354 prefs->setDoubleUnit(_prefs_path, getValue(getUnit()->abbr), getUnit()->abbr);

Completed in 32 milliseconds