Searched refs:attr_changed (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/xml/ |
H A D | node-event-vector.h | 58 void (* attr_changed) (Node *repr, char const *key, char const *oldval, char const *newval, bool is_interactive, void* data); member in struct:Inkscape::XML::NodeEventVector
|
H A D | composite-node-observer.cpp | 143 if (vector.attr_changed) { 144 vector.attr_changed(&node, g_quark_to_string(name), old_value, new_value, false, data);
|
H A D | simple-node.cpp | 565 void attr_changed(Node *node, gchar const *name, gchar const *old_value, gchar const *new_value, bool /*is_interactive*/, void *data) { function in namespace:Inkscape::XML::__anon189 576 &attr_changed, 584 if (vector->attr_changed) { 588 vector->attr_changed(this, g_quark_to_string(iter->key), NULL, iter->value, false, data);
|
Completed in 27 milliseconds