Searched refs:tags (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/util/
H A Dege-tags.cpp53 #include "ege-tags.h"
85 tags(),
111 for ( std::vector<Tag>::iterator it = tags.begin(); (it != tags.end()) && !present; ++it ) {
127 tags.push_back(tag);
137 return tags;
155 tags.push_back(tag);
H A Dege-tags.h77 * Contains a set of tags with unique keys, and with locale support.
104 std::vector<Tag> tags; member in class:ege::TagSet
/inkscape/src/ui/
H A Duxmanager.cpp21 #include "util/ege-tags.h"
132 ege::TagSet tags; local
133 tags.setLang("en");
135 tags.addTag(ege::Tag("General"));
136 tags.addTag(ege::Tag("Icons"));
/inkscape/share/extensions/
H A Dgcodetools.py4512 def get_path_properties(node, recursive=True, tags={inkex.addNS('desc','svg'):"Description",inkex.addNS('title','svg'):"Title"} ) :
4518 if i.tag in tags:
4519 res[tags[i.tag]] = i.text
4571 tags = get_path_properties(path)
4572 for tag in tags :
4573 comment += gcode_comment_str("%s: %s"%(tag,tags[tag]))

Completed in 259 milliseconds