Lines Matching refs:children
209 SPObject *children; /* Our children */
320 bool hasChildren() const { return ( children != NULL ); }
322 SPObject *firstChild() { return children; }
323 SPObject const *firstChild() const { return children; }
331 * Retrieves the children as a std vector object, optionally ref'ing the children
463 * @param propagate_descendants If it is is true, it recursively sends the delete signal to children.
470 * @param propagate Notify observers of this object and its children that they have been
479 * Removes all children except for the given object, it's children and it's ancesstors.
646 /** Sends the delete signal to all children of this object recursively */
689 * Remove object from parent's children, release and unref it.