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

/inkscape/src/xml/
H A Dsimple-node.h68 Node *lastChild() { return _last_child; } function in class:Inkscape::XML::SimpleNode
69 Node const *lastChild() const { return _last_child; } function in class:Inkscape::XML::SimpleNode
/inkscape/src/
H A Dsp-object.h325 SPObject *lastChild() { return _last_child; } function in class:SPObject
326 SPObject const *lastChild() const { return _last_child; } function in class:SPObject

Completed in 16 milliseconds