Searched refs:childList (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/
H A Dsp-defs.cpp39 std::vector<SPObject*> l(this->childList(true));
H A Dsp-switch.cpp46 return this->childList(add_ref, action);
H A Dsp-mask.cpp141 std::vector<SPObject *> children = this->childList(false);
175 std::vector<SPObject *> children = this->childList(false);
H A Dsp-item-group.cpp164 std::vector<SPObject*> l=this->childList(true, SPObject::ActionUpdate);
208 std::vector<SPObject*> l=this->childList(true);
282 std::vector<SPObject*> l = const_cast<SPGroup*>(this)->childList(false, SPObject::ActionBBox);
296 std::vector<SPObject*> l=this->childList(false);
350 std::vector<SPObject*> l=this->childList(false, SPObject::ActionShow);
783 std::vector<SPObject*> l=this->childList(false, SPObject::ActionShow);
H A Duri-references.cpp96 owner = owner->childList(false)[positions[i]];
H A Dsp-filter.cpp248 std::vector<SPObject*> l(this->childList(true, SPObject::ActionUpdate));
H A Dsp-object.h334 std::vector<SPObject*> childList(bool add_ref, Action action = ActionGeneral);
H A Dsp-object.cpp387 std::vector<SPObject*> SPObject::childList(bool add_ref, Action) { function in class:SPObject
H A Dselection-chemistry.cpp3116 items = object->childList(false);
3227 std::vector<SPObject*> children = symbol->childList(false);
3239 children = object->childList(false);
/inkscape/src/live_effects/
H A Dlpe-fillet-chamfer.cpp121 std::vector<Gtk::Widget *> childList = scalarParameter->get_children(); local
122 Gtk::Entry *entryWidg = dynamic_cast<Gtk::Entry *>(childList[1]);
131 std::vector<Gtk::Widget *> childList = scalarParameter->get_children(); local
132 Gtk::Entry *entryWidg = dynamic_cast<Gtk::Entry *>(childList[1]);
H A Dlpe-bspline.cpp118 std::vector< Gtk::Widget* > childList = hbox_weight_steps->get_children(); local
119 Gtk::Entry* entry_widget = dynamic_cast<Gtk::Entry *>(childList[1]);
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp231 std::vector<SPObject*> l = (group->childList(false));
H A Dcairo-renderer.cpp325 std::vector<SPObject*> l(group->childList(false));
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp1432 std::vector<SPObject*> children = parent->childList(false);

Completed in 55 milliseconds