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

/inkscape/src/util/
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"));

Completed in 1891 milliseconds