Searched refs:getEntry (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/ui/widget/
H A Dentry.h37 Gtk::Entry* getEntry() {return (Gtk::Entry*)(_widget);}; function in class:Inkscape::UI::Widget::Entry
H A Dstyle-swatch.cpp76 this->notify(prefs->getEntry(path));
245 _tool_obs->notify(prefs->getEntry(_tool_path + "/usecurrent"));
/inkscape/src/
H A Dpreferences.h301 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_pat
[all...]
H A Dpreferences-test.h117 Inkscape::Preferences::Entry val = prefs->getEntry("/test/prefentry");
H A Dpreferences.cpp412 Preferences::Entry const Preferences::getEntry(Glib::ustring const &pref_path) function in class:Inkscape::Preferences::Preferences
/inkscape/src/ui/dialog/
H A Dfind.cpp123 entry_find.getEntry()->set_width_chars(25);
124 entry_replace.getEntry()->set_width_chars(25);
248 entry_find.getEntry()->set_text(str);
254 entry_find.getEntry()->grab_focus();
365 gchar* replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
404 gchar * replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
429 gchar * replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
483 gchar * replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
524 gchar *replace_text = g_strdup(entry_replace.getEntry()->get_text().c_str());
554 Glib::ustring tmp = entry_find.getEntry()
[all...]
H A Dguides.cpp117 const gchar* name = g_strdup( _label_entry.getEntry()->get_text().c_str() );
349 _label_entry.getEntry()->set_text(_guide->getLabel() ? _guide->getLabel() : "");
/inkscape/src/ui/tools/
H A Dtool-base.cpp944 Inkscape::Preferences::Entry val = prefs->getEntry(ec->pref_observer->observed_path + '/' + key);
/inkscape/src/widgets/
H A Dtoolbox.cpp1125 g_object_set_data( dataKludge, prefs->getEntry(path).getEntryName().data(), adj );

Completed in 34 milliseconds