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

/inkscape/src/xml/
H A Dsimple-node.h66 Node *firstChild() { return _first_child; } function in class:Inkscape::XML::SimpleNode
67 Node const *firstChild() const { return _first_child; } function in class:Inkscape::XML::SimpleNode
/inkscape/src/
H A Dsp-object.h322 SPObject *firstChild() { return children; } function in class:SPObject
323 SPObject const *firstChild() const { return children; } function in class:SPObject

Completed in 951 milliseconds