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

/inkscape/src/
H A Dselection-describer.cpp148 layer_label = layer->defaultLabel();
H A Dsp-object.h351 char const *defaultLabel() const;
H A Dverbs.cpp1340 message = g_strdup_printf(_("Raised layer <b>%s</b>."), layer->defaultLabel());
1344 message = g_strdup_printf(_("Raised layer <b>%s</b>."), layer->defaultLabel());
1348 message = g_strdup_printf(_("Lowered layer <b>%s</b>."), layer->defaultLabel());
1352 message = g_strdup_printf(_("Lowered layer <b>%s</b>."), layer->defaultLabel());
H A Dsp-shape.cpp646 gchar * comment = g_strdup_printf("begin '%s'", this->defaultLabel());
742 this->defaultLabel());
H A Dsp-object.cpp404 gchar const *SPObject::defaultLabel() const { function in class:SPObject
/inkscape/src/ui/dialog/
H A Dobject-properties.cpp402 _entry_label.set_text(obj->defaultLabel());
491 if (label.compare(obj->defaultLabel())) {
H A Dlayers.cpp414 row[_model->_colLabel] = child->defaultLabel();
/inkscape/src/ui/widget/
H A Dlayer-selector.cpp576 label = object->defaultLabel();

Completed in 85 milliseconds