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

/inkscape/src/
H A Dpreferences.h140 inline bool getBool(bool def=false) const;
300 bool getBool(Glib::ustring const &pref_path, bool def=false) { function in class:Inkscape::Preferences
301 return getEntry(pref_path).getBool(def);
580 inline bool Preferences::Entry::getBool(bool def) const function in class:Inkscape::Preferences::Entry

Completed in 105 milliseconds