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

/inkscape/src/ui/tool/
H A Dnode.cpp1566 void NodeList::splice(iterator pos, NodeList &list) function in class:Inkscape::UI::NodeList
1568 splice(pos, list, list.begin(), list.end());
1571 void NodeList::splice(iterator pos, NodeList &list, iterator i) function in class:Inkscape::UI::NodeList
1575 splice(pos, list, i, j);
1578 void NodeList::splice(iterator pos, NodeList &/*list*/, iterator first, iterator last) function in class:Inkscape::UI::NodeList

Completed in 33 milliseconds