Searched refs:attr_changed (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/xml/
H A Dnode-event-vector.h58 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 Dcomposite-node-observer.cpp143 if (vector.attr_changed) {
144 vector.attr_changed(&node, g_quark_to_string(name), old_value, new_value, false, data);
H A Dsimple-node.cpp565 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