Searched refs:sp_usepath_href_changed (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-tag-use-reference.cpp34 static void sp_usepath_href_changed(SPObject *old_ref, SPObject *ref, SPTagUsePath *offset);
45 _changed_connection = changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_usepath_href_changed), this)); // listening to myself, this should be virtual instead
115 sp_usepath_href_changed(SPObject */*old_ref*/, SPObject */*ref*/, SPTagUsePath *offset) function
H A Dsp-use-reference.cpp32 static void sp_usepath_href_changed(SPObject *old_ref, SPObject *ref, SPUsePath *offset);
45 _changed_connection = changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_usepath_href_changed), this)); // listening to myself, this should be virtual instead
119 sp_usepath_href_changed(SPObject */*old_ref*/, SPObject */*ref*/, SPUsePath *offset) function

Completed in 14 milliseconds