Searched refs:get_label (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/util/
H A Denums.h38 * @note that get_label and get_key return an empty string when the requested id is not in the list.
88 const Glib::ustring& get_label(const E id) const function in class:Inkscape::Util::EnumDataConverter
/inkscape/src/ui/widget/
H A Dcombo-enums.h59 row[_columns.label] = _( _converter.get_label(data->id).c_str() );
87 row[_columns.label] = _( _converter.get_label(data->id).c_str() );
H A Dselected-style.cpp505 if (mi && mi->get_label() == _sw_unit->abbr) {
/inkscape/src/ui/dialog/
H A Dlivepatheffect-add.cpp60 row[_columns.name] = _( converter.get_label(data->id).c_str() );
H A Dobject-properties.cpp125 _label_id.set_label(_label_id.get_label() + " ");
160 _label_label.set_label(_label_label.get_label() + " ");
194 _label_title.set_label(_label_title.get_label() + " ");
244 _label_image_rendering.set_label(_label_image_rendering.get_label() + " ");
H A Dfilter-effects-dialog.cpp1840 _vertical_layout->set_text(_(FPInputConverter.get_label((FilterPrimitiveInput)i).c_str()));
1884 row[_columns.type] = _(FPConverter.get_label(row[_columns.type_id]).c_str());
2025 _vertical_layout->set_text(_(FPInputConverter.get_label((FilterPrimitiveInput)i).c_str()));
/inkscape/src/widgets/
H A Dlpe-toolbar.cpp311 0, Inkscape::LivePathEffect::LPETypeConverter.get_label(type).c_str(),
312 1, Inkscape::LivePathEffect::LPETypeConverter.get_label(type).c_str(),
H A Dimage-menu-item.c136 menu_item_class->get_label = image_menu_item_get_label;
/inkscape/src/extension/param/
H A Dradiobutton.cpp238 Glib::ustring value = _pref->value_from_label(this->get_label());
/inkscape/src/live_effects/
H A Deffect.cpp384 return Glib::ustring( _(LPETypeConverter.get_label(lpeobj->effecttype).c_str()) );

Completed in 47 milliseconds