Searched defs:nthChild (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/xml/ | ||
H A D | simple-node.h | 72 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 D | simple-node.cpp | 262 Node *SimpleNode::nthChild(unsigned index) { function in class:Inkscape::XML::SimpleNode |
Completed in 12 milliseconds