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

/inkscape/src/util/
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;
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);
/inkscape/src/ui/
H A Duxmanager.cpp135 tags.addTag(ege::Tag("General"));
136 tags.addTag(ege::Tag("Icons"));
/inkscape/src/2geom/
H A Dbezier-clipping.cpp270 template <typename Tag>
274 template <typename Tag>
1072 template <typename Tag>
1080 iterate<Tag> (domsA, domsB, A, B, UNIT_INTERVAL, UNIT_INTERVAL, precision);

Completed in 45 milliseconds