Searched defs:push_front (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/util/ | ||
H A D | list-container.h | 138 push_front(value); 206 void push_front(const_reference value) { function in class:Inkscape::Util::ListContainer 253 push_front(value); |
/inkscape/src/ui/tool/ | ||
H A D | node.h | 431 void push_front(Node *x) { insert(begin(), x); } function in class:Inkscape::UI::NodeList |
Completed in 273 milliseconds