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

/inkscape/src/xml/
H A Dsimple-node.h72 Node *nthChild(unsigned index);
73 Node const *nthChild(unsigned index) const { function in class:Inkscape::XML::SimpleNode
74 return const_cast<SimpleNode *>(this)->nthChild(index);
H A Dsimple-node.cpp262 Node *SimpleNode::nthChild(unsigned index) { function in class:Inkscape::XML::SimpleNode

Completed in 12 milliseconds