Searched defs:remove_child (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/
H A Dsp-object-group.cpp32 void SPObjectGroup::remove_child(Inkscape::XML::Node *child) { function in class:SPObjectGroup
33 SPObject::remove_child(child);
H A Dsp-font.cpp70 * Callback for remove_child event.
72 void SPFont::remove_child(Inkscape::XML::Node* child) { function in class:SPFont
73 SPObject::remove_child(child);
H A Dsp-font-face.cpp366 * Callback for remove_child event.
368 void SPFontFace::remove_child(Inkscape::XML::Node *child) { function in class:SPFontFace
369 SPObject::remove_child(child);
H A Dsp-root.cpp186 void SPRoot::remove_child(Inkscape::XML::Node *child) function in class:SPRoot
205 SPGroup::remove_child(child);
H A Dsp-switch.cpp78 void SPSwitch::remove_child(Inkscape::XML::Node *child) { function in class:SPSwitch
79 SPGroup::remove_child(child);
H A Dsp-filter.cpp391 * Callback for remove_child event.
393 void SPFilter::remove_child(Inkscape::XML::Node *child) { function in class:SPFilter
394 SPObject::remove_child(child);
H A Dsp-flowregion.cpp47 void SPFlowregion::remove_child(Inkscape::XML::Node * child) { function in class:SPFlowregion
48 SPItem::remove_child(child);
203 void SPFlowregionExclude::remove_child(Inkscape::XML::Node * child) { function in class:SPFlowregionExclude
204 SPItem::remove_child(child);
H A Dsp-gradient.cpp475 * Callback for remove_child event.
477 void SPGradient::remove_child(Inkscape::XML::Node *child) function in class:SPGradient
481 SPPaintServer::remove_child(child);
H A Dsp-lpe-item.cpp781 void SPLPEItem::remove_child(Inkscape::XML::Node * child) { function in class:SPLPEItem
790 SPItem::remove_child(child);
H A Dsp-flowtext.cpp55 void SPFlowtext::remove_child(Inkscape::XML::Node* child) { function in class:SPFlowtext
56 SPItem::remove_child(child);
H A Dsp-item-group.cpp128 void SPGroup::remove_child(Inkscape::XML::Node *child) { function in class:SPGroup
129 SPLPEItem::remove_child(child);
H A Dsp-namedview.cpp687 void SPNamedView::remove_child(Inkscape::XML::Node *child) { function in class:SPNamedView
705 SPObjectGroup::remove_child(child);
H A Dsp-text.cpp142 void SPText::remove_child(Inkscape::XML::Node *rch) { function in class:SPText
143 SPItem::remove_child(rch);
H A Dsp-object.cpp653 void SPObject::remove_child(Inkscape::XML::Node* child) { function in class:SPObject
852 object->remove_child(child);
/inkscape/src/filters/
H A Dcomponenttransfer.cpp106 * Callback for remove_child event.
108 void SPFeComponentTransfer::remove_child(Inkscape::XML::Node *child) { function in class:SPFeComponentTransfer
109 SPFilterPrimitive::remove_child(child);
H A Ddiffuselighting.cpp241 * Callback for remove_child event.
243 void SPFeDiffuseLighting::remove_child(Inkscape::XML::Node *child) { function in class:SPFeDiffuseLighting
244 SPFilterPrimitive::remove_child(child);
H A Dspecularlighting.cpp249 * Callback for remove_child event.
251 void SPFeSpecularLighting::remove_child(Inkscape::XML::Node *child) { function in class:SPFeSpecularLighting
252 SPFilterPrimitive::remove_child(child);

Completed in 803 milliseconds