Lines Matching defs:prefs_path

197 void PrefCheckButton::init(Glib::ustring const &label, Glib::ustring const &prefs_path,
200 _prefs_path = prefs_path;
216 void PrefRadioButton::init(Glib::ustring const &label, Glib::ustring const &prefs_path,
219 _prefs_path = prefs_path;
237 void PrefRadioButton::init(Glib::ustring const &label, Glib::ustring const &prefs_path,
240 _prefs_path = prefs_path;
270 void PrefSpinButton::init(Glib::ustring const &prefs_path,
274 _prefs_path = prefs_path;
281 value = 100 * prefs->getDoubleLimited(prefs_path, default_value, lower/100.0, upper/100.0);
283 value = (double) prefs->getIntLimited(prefs_path, (int) default_value, (int) lower, (int) upper);
286 value = prefs->getDoubleLimited(prefs_path, default_value, lower, upper);
319 void PrefSpinUnit::init(Glib::ustring const &prefs_path,
323 _prefs_path = prefs_path;
337 double value = prefs->getDoubleLimited(prefs_path, default_value, lower, upper);
338 Glib::ustring unitstr = prefs->getUnit(prefs_path);
633 PrefSlider::init(Glib::ustring const &prefs_path,
636 _prefs_path = prefs_path;
639 double value = prefs->getDoubleLimited(prefs_path, default_value, lower, upper);
679 void PrefCombo::init(Glib::ustring const &prefs_path,
682 _prefs_path = prefs_path;
697 void PrefCombo::init(Glib::ustring const &prefs_path,
700 _prefs_path = prefs_path;
735 void PrefEntryButtonHBox::init(Glib::ustring const &prefs_path,
738 _prefs_path = prefs_path;
778 void PrefEntryFileButtonHBox::init(Glib::ustring const &prefs_path,
781 _prefs_path = prefs_path;
915 void PrefFileButton::init(Glib::ustring const &prefs_path)
917 _prefs_path = prefs_path;
930 void PrefEntry::init(Glib::ustring const &prefs_path, bool visibility)
932 _prefs_path = prefs_path;
948 void PrefColorPicker::init(Glib::ustring const &label, Glib::ustring const &prefs_path,
951 _prefs_path = prefs_path;
966 void PrefUnit::init(Glib::ustring const &prefs_path)
968 _prefs_path = prefs_path;