Searched refs:connectDelete (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/
H A Dpersp3d-reference.cpp60 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&persp3dreference_delete_self), this));
H A Dsp-tag-use-reference.cpp100 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&sp_usepath_delete_self), this));
H A Dsp-conn-end.cpp297 = refobj->connectDelete(sigc::bind(sigc::ptr_fun(&sp_conn_end_deleted),
H A Dsp-use-reference.cpp100 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&sp_usepath_delete_self), this));
H A Dsp-object.h495 sigc::connection connectDelete(sigc::slot<void, SPObject *> slot) { function in class:SPObject
H A Dsp-tref.cpp267 tref->_delete_connection = refRoot->connectDelete(sigc::bind(sigc::ptr_fun(&sp_tref_delete_self), tref));
H A Dsp-use.cpp552 this->_delete_connection = refobj->connectDelete(
H A Dsp-offset.cpp1000 offset->_delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&sp_offset_delete_self), offset));
/inkscape/src/live_effects/
H A Dlpeobject-reference.cpp91 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&lpeobjectreference_delete_self), this));
/inkscape/src/live_effects/parameter/
H A Dpath.cpp340 linked_delete_connection = to->connectDelete(sigc::mem_fun(*this, &PathParam::linked_delete));
H A Doriginalpatharray.cpp370 to->linked_delete_connection = new_obj->connectDelete(sigc::bind<PathAndDirection*>(sigc::mem_fun(*this, &OriginalPathArrayParam::linked_delete), to));

Completed in 521 milliseconds