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

/inkscape/src/
H A Dsp-object.h320 bool hasChildren() const { return ( children != NULL ); } function in class:SPObject
H A Dsp-pattern.cpp511 bool hasChildren = false; local
512 for (SPObject const *child = firstChild(); child && !hasChildren; child = child->getNext()) {
514 hasChildren = true;
517 return hasChildren;

Completed in 1291 milliseconds