H A D | preferences.h | 140 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
|