Searched refs:observed_path (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/ui/
H A Dtools-switch.cpp145 return dt->event_context->pref_observer->observed_path == tool_names[num];
154 return tools_prefpath2num(dt->event_context->pref_observer->observed_path.data());
/inkscape/src/ui/tools/
H A Ddynamic-base.cpp101 static Glib::ustring const presets_path = this->pref_observer->observed_path + "/preset";
H A Dtool-base.cpp944 Inkscape::Preferences::Entry val = prefs->getEntry(ec->pref_observer->observed_path + '/' + key);
/inkscape/src/
H A Dpreferences.cpp530 observed_path(path),
548 Glib::ustring notify_path = _observer.observed_path;
608 node = _findObserverNode(o.observed_path, node_key, attr_key, true);
H A Dpreferences.h107 Glib::ustring const observed_path; ///< Path which the observer watches member in class:Inkscape::Preferences::Observer::Glib
H A Ddesktop.cpp676 if (toolName.compare(old_tool->pref_observer->observed_path) != 0) {
677 //g_message("Old tool: %s", old_tool->pref_observer->observed_path.c_str());
/inkscape/src/display/
H A Dcanvas-arena.cpp55 std::vector<Inkscape::Preferences::Entry> v = prefs->getAllEntries(observed_path);
/inkscape/src/widgets/
H A Dtoolbox.cpp772 gtk_toggle_action_set_active( act, Inkscape::Preferences::get()->getBool(observed_path) );
794 Inkscape::Preferences::get()->setBool(observed_path, gtk_toggle_action_get_active( act ));

Completed in 261 milliseconds