Searched refs:remove_child (Results 1 - 25 of 34) sorted by relevance

12

/inkscape/src/
H A Dsp-font.h37 virtual void remove_child(Inkscape::XML::Node* child);
H A Dsp-object-group.h29 virtual void remove_child(Inkscape::XML::Node* child);
H A Dsp-flowregion.h30 virtual void remove_child(Inkscape::XML::Node *child);
47 virtual void remove_child(Inkscape::XML::Node *child);
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-root.h61 virtual void remove_child(Inkscape::XML::Node* child);
H A Dsp-switch.h43 virtual void remove_child(Inkscape::XML::Node *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-switch.cpp78 void SPSwitch::remove_child(Inkscape::XML::Node *child) { function in class:SPSwitch
79 SPGroup::remove_child(child);
H A Dsp-font-face.h114 virtual void remove_child(Inkscape::XML::Node* child);
H A Dsp-filter.h71 virtual void remove_child(Inkscape::XML::Node* child);
H A Dsp-lpe-item.h66 virtual void remove_child(Inkscape::XML::Node* child);
H A Dsp-text.h83 virtual void remove_child(Inkscape::XML::Node* 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-flowtext.h68 virtual void remove_child(Inkscape::XML::Node* child);
H A Dsp-item-group.h76 virtual void remove_child(Inkscape::XML::Node *child);
H A Dsp-gradient.h198 virtual void remove_child(Inkscape::XML::Node *child);
H A Dsp-namedview.h114 virtual void remove_child(Inkscape::XML::Node* 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-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);
/inkscape/src/filters/
H A Dcomponenttransfer.h36 virtual void remove_child(Inkscape::XML::Node* child);
H A Ddiffuselighting.h48 virtual void remove_child(Inkscape::XML::Node* child);
H A Dspecularlighting.h54 virtual void remove_child(Inkscape::XML::Node* child);
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 97 milliseconds

12