Searched defs:default_unit (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/live_effects/parameter/ |
H A D | unit.cpp | 24 Effect* effect, Glib::ustring default_unit) 27 defunit = unit_table.getUnit(default_unit); 22 UnitParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, Glib::ustring default_unit) argument
|
/inkscape/src/ui/widget/ |
H A D | preferences-widget.cpp | 321 double default_value, UnitType unit_type, Glib::ustring const &default_unit) 327 setUnit(default_unit); 340 unitstr = default_unit; 319 init(Glib::ustring const &prefs_path, double lower, double upper, double step_increment, double default_value, UnitType unit_type, Glib::ustring const &default_unit) argument
|
Completed in 3644 milliseconds