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

/inkscape/src/util/
H A Dege-tags.cpp72 Tag::~Tag()
76 Tag::Tag(std::string const& key) : function in class:ege::Tag
107 bool TagSet::addTag(Tag const& tag)
111 for ( std::vector<Tag>::iterator it = tags.begin(); (it != tags.end()) && !present; ++it ) {
135 std::vector<Tag> const& TagSet::getTags()
154 Tag tag(key);
H A Dege-tags.h64 class Tag class in namespace:ege
67 Tag();
68 Tag(std::string const& key);
69 ~Tag();
94 bool addTag(Tag const& tag);
95 std::vector<Tag> const& getTags();
104 std::vector<Tag> tags;

Completed in 14 milliseconds