Searched refs:_pref_path (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dpreferences.h125 Entry() : _pref_path(""), _value(NULL) {} // needed to enable use in maps
126 Entry(Entry const &other) : _pref_path(other._pref_path), _value(other._value) {}
221 Glib::ustring const &getPath() const { return _pref_path; }
230 Entry(Glib::ustring const &path, void const *v) : _pref_path(path), _value(v) {}
232 Glib::ustring _pref_path; member in class:Inkscape::Preferences::Entry
681 Glib::ustring path_base = _pref_path;
H A Dpreferences.cpp841 _keySplit(v._pref_path, node_key, attr_key);

Completed in 373 milliseconds