Searched defs:markid (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dstroke-marker-selector.cpp226 const gchar *markid = get_active()->get_value(marker_columns.marker); local
227 if (!markid)
233 if (strcmp(markid, "none")) {
239 markurn = g_strconcat("urn:inkscape:marker:",markid,NULL);
243 markurn = g_strdup(markid);
252 marker = g_strdup(markid);
260 const gchar *markid = get_active()->get_value(marker_columns.marker); local
263 SPObject const *marker = doc->getObjectById(markid);
265 markid = marker->getRepr()->attribute("inkscape:stockid");
268 set_selected(markid);
399 gchar const *markid = repr->attribute("inkscape:stockid") ? repr->attribute("inkscape:stockid") : repr->attribute("id"); local
[all...]

Completed in 32 milliseconds