Lines Matching refs:repr
29 inline void sp_repr_synthesize_events (Inkscape::XML::Node *repr, const Inkscape::XML::NodeEventVector *vector, void* data) {
30 repr->synthesizeEvents(vector, data);
36 inline void sp_repr_add_listener (Inkscape::XML::Node *repr, const Inkscape::XML::NodeEventVector *vector, void* data) {
37 repr->addListener(vector, data);
43 inline void sp_repr_remove_listener_by_data (Inkscape::XML::Node *repr, void* data) {
44 repr->removeListenerByData(data);
56 void (* child_added) (Node *repr, Node *child, Node *ref, void* data);
57 void (* child_removed) (Node *repr, Node *child, Node *ref, void* data);
58 void (* attr_changed) (Node *repr, char const *key, char const *oldval, char const *newval, bool is_interactive, void* data);
59 void (* content_changed) (Node *repr, char const *oldcontent, char const *newcontent, void * data);
60 void (* order_changed) (Node *repr, Node *child, Node *oldref, Node *newref, void* data);