Lines Matching defs:obj
29 bool includes(SPObject *obj) const;
31 SPObject *parentOf(SPObject *obj) const;
32 unsigned childCount(SPObject *obj) const;
33 unsigned indexOf(SPObject *obj) const;
34 SPObject *nthChildOf(SPObject *obj, unsigned n) const;
43 void _addOne(SPObject *obj);
44 void _removeOne(SPObject *obj) { _remove(obj, false); }
45 void _removeSubtree(SPObject *obj) { _remove(obj, true); }
52 void _remove(SPObject *obj, bool subtree);