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

/inkscape/src/
H A Dpreferences.h181 inline double getDoubleLimited(double def=0.0, double min=DBL_MIN, double max=DBL_MAX, Glib::ustring const &unit = "") const;
345 double getDoubleLimited(Glib::ustring const &pref_path, double def=0.0, double min=DBL_MIN, double max=DBL_MAX, Glib::ustring const &unit = "") { function in class:Inkscape::Preferences
346 return getEntry(pref_path).getDoubleLimited(def, min, max, unit);
619 inline double Preferences::Entry::getDoubleLimited(double def, double min, double max, Glib::ustring const &unit) const function in class:Inkscape::Preferences::Entry

Completed in 11 milliseconds