Searched refs:get_id_from_key (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Denum.h58 param_set_value( enumdataconv->get_id_from_key(Glib::ustring(strvalue)) );
/inkscape/src/util/
H A Denums.h37 * @note that get_id_from_key and get_id_from_label return 0 if it cannot find an entry for that key string.
59 E get_id_from_key(const Glib::ustring& key) const function in class:Inkscape::Util::EnumDataConverter
/inkscape/src/live_effects/
H A Dlpeobject.cpp113 this->effecttype = Inkscape::LivePathEffect::LPETypeConverter.get_id_from_key(value);
/inkscape/src/ui/widget/
H A Dcombo-enums.h108 set_active_by_id(_converter.get_id_from_key(val));
157 set_active_by_id( _converter.get_id_from_key(key) );
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp1883 row[_columns.type_id] = FPConverter.get_id_from_key(prim->getRepr()->name());
3175 _settings->show_and_update(FPConverter.get_id_from_key(prim->getRepr()->name()), prim);

Completed in 2164 milliseconds