Searched defs:appendChild (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/xml/ | ||
H A D | simple-node.h | 78 void appendChild(Node *child) { function in class:Inkscape::XML::SimpleNode |
/inkscape/src/display/ | ||
H A D | drawing-item.cpp | 216 DrawingItem::appendChild(DrawingItem *item) function in class:Inkscape::DrawingItem 239 // See appendChild for explanation |
/inkscape/src/ | ||
H A D | sp-object.cpp | 367 getRepr()->appendChild(repr); 777 void SPObject::appendChild(Inkscape::XML::Node *child) { function in class:SPObject 780 repr->appendChild(child); |
Completed in 34 milliseconds