Searched refs:add_ref (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-switch.cpp44 std::vector<SPObject*> SPSwitch::_childList(bool add_ref, SPObject::Action action) { argument
46 return this->childList(add_ref, action);
54 if (add_ref) {
H A Dsp-switch.h31 std::vector<SPObject*> _childList(bool add_ref, SPObject::Action action);
H A Dsp-object.h332 * in the process, if add_ref is specified.
334 std::vector<SPObject*> childList(bool add_ref, Action action = ActionGeneral);
H A Dsp-object.cpp387 std::vector<SPObject*> SPObject::childList(bool add_ref, Action) { argument
390 if (add_ref) {

Completed in 22 milliseconds