Searched refs:connectDelete (Results 1 - 11 of 11) sorted by relevance
/inkscape/src/ |
H A D | persp3d-reference.cpp | 60 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&persp3dreference_delete_self), this));
|
H A D | sp-tag-use-reference.cpp | 100 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&sp_usepath_delete_self), this));
|
H A D | sp-conn-end.cpp | 297 = refobj->connectDelete(sigc::bind(sigc::ptr_fun(&sp_conn_end_deleted),
|
H A D | sp-use-reference.cpp | 100 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&sp_usepath_delete_self), this));
|
H A D | sp-object.h | 495 sigc::connection connectDelete(sigc::slot<void, SPObject *> slot) { function in class:SPObject
|
H A D | sp-tref.cpp | 267 tref->_delete_connection = refRoot->connectDelete(sigc::bind(sigc::ptr_fun(&sp_tref_delete_self), tref));
|
H A D | sp-use.cpp | 552 this->_delete_connection = refobj->connectDelete(
|
H A D | sp-offset.cpp | 1000 offset->_delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&sp_offset_delete_self), offset));
|
/inkscape/src/live_effects/ |
H A D | lpeobject-reference.cpp | 91 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&lpeobjectreference_delete_self), this));
|
/inkscape/src/live_effects/parameter/ |
H A D | path.cpp | 340 linked_delete_connection = to->connectDelete(sigc::mem_fun(*this, &PathParam::linked_delete));
|
H A D | originalpatharray.cpp | 370 to->linked_delete_connection = new_obj->connectDelete(sigc::bind<PathAndDirection*>(sigc::mem_fun(*this, &OriginalPathArrayParam::linked_delete), to));
|
Completed in 521 milliseconds