Searched defs:order_changed (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/xml/
H A Dnode-event-vector.h60 void (* order_changed) (Node *repr, Node *child, Node *oldref, Node *newref, void* data); member in struct:Inkscape::XML::NodeEventVector
H A Dsimple-node.cpp569 void order_changed(Node *node, Node *child, Node *old_ref, Node *new_ref, void *data) { function in namespace:Inkscape::XML::__anon189
578 &order_changed
/inkscape/src/
H A Dsp-object-group.cpp39 void SPObjectGroup::order_changed(Inkscape::XML::Node *child, Inkscape::XML::Node *old_ref, Inkscape::XML::Node *new_ref) { function in class:SPObjectGroup
40 SPObject::order_changed(child, old_ref, new_ref);
H A Dsp-switch.cpp84 void SPSwitch::order_changed (Inkscape::XML::Node *child, Inkscape::XML::Node *old_ref, Inkscape::XML::Node *new_ref) function in class:SPSwitch
86 SPGroup::order_changed(child, old_ref, new_ref);
H A Dsp-item-group.cpp134 void SPGroup::order_changed (Inkscape::XML::Node *child, Inkscape::XML::Node *old_ref, Inkscape::XML::Node *new_ref) function in class:SPGroup
136 SPLPEItem::order_changed(child, old_ref, new_ref);
H A Dsp-object.cpp664 void SPObject::order_changed(Inkscape::XML::Node *child, Inkscape::XML::Node * /*old_ref*/, Inkscape::XML::Node *new_ref) { function in class:SPObject
859 object->order_changed(child, old, newer);
/inkscape/src/filters/
H A Ddiffuselighting.cpp250 void SPFeDiffuseLighting::order_changed(Inkscape::XML::Node *child, Inkscape::XML::Node *old_ref, Inkscape::XML::Node *new_ref) { function in class:SPFeDiffuseLighting
251 SPFilterPrimitive::order_changed(child, old_ref, new_ref);
H A Dspecularlighting.cpp258 void SPFeSpecularLighting::order_changed(Inkscape::XML::Node *child, Inkscape::XML::Node *old_ref, Inkscape::XML::Node *new_ref) { function in class:SPFeSpecularLighting
259 SPFilterPrimitive::order_changed(child, old_ref, new_ref);

Completed in 57 milliseconds