Lines Matching refs:getEntry
301 return getEntry(pref_path).getBool(def);
311 return getEntry(pref_path).getInt(def);
326 return getEntry(pref_path).getIntLimited(def, min, max);
330 return getEntry(pref_path).getDouble(def, unit);
346 return getEntry(pref_path).getDoubleLimited(def, min, max, unit);
355 return getEntry(pref_path).getString();
364 return getEntry(pref_path).getUnit();
368 return getEntry(pref_path).getColor(def);
378 return getEntry(pref_path).getStyle();
392 return getEntry(pref_path).getInheritedStyle();
398 Entry const getEntry(Glib::ustring const &pref_path);