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

/inkscape/src/util/
H A Dlist-container.h36 push_back(*iter);
110 push_back(value);
116 push_back(default_value);
122 push_back(*i);
142 push_back(value);
225 void push_back(const_reference value) { function in class:Inkscape::Util::ListContainer
/inkscape/src/2geom/
H A Dpathvector.h172 void push_back(Path const &path) { function in class:Geom::PathVector
173 _data.push_back(path);
/inkscape/src/ui/tool/
H A Dnode.h433 void push_back(Node *x) { insert(end(), x); } function in class:Inkscape::UI::NodeList

Completed in 18 milliseconds