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

/inkscape/src/
H A Dpreferences.cpp579 XML::Node *Preferences::_findObserverNode(Glib::ustring const &pref_path, Glib::ustring &node_key, Glib::ustring &attr_key, bool create) argument
582 _keySplit(pref_path, node_key, attr_key);
592 if (attr_key == child->attribute("id")) {
594 attr_key = "";
606 Glib::ustring node_key, attr_key; local
608 node = _findObserverNode(o.observed_path, node_key, attr_key, true);
614 o._data = new _ObserverData(node, !attr_key.empty());
616 _observer_map[&o] = new PrefNodeObserver(o, attr_key);
721 Glib::ustring node_key, attr_key; local
722 _keySplit(path, node_key, attr_key);
741 Glib::ustring node_key, attr_key; local
840 Glib::ustring node_key, attr_key; local
848 _keySplit(Glib::ustring const &pref_path, Glib::ustring &node_key, Glib::ustring &attr_key) argument
[all...]

Completed in 519 milliseconds