Searched refs:_delete_connection (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/live_effects/
H A Dlpeobject-reference.h41 sigc::connection _delete_connection; member in class:Inkscape::LivePathEffect::LPEObjectReference
H A Dlpeobject-reference.cpp91 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&lpeobjectreference_delete_self), this));
102 _delete_connection.disconnect();
/inkscape/src/
H A Dpersp3d-reference.h45 sigc::connection _delete_connection; member in class:Persp3DReference
H A Dsp-conn-end.h23 sigc::connection _delete_connection; member in class:SPConnEnd
H A Dsp-tag-use-reference.h52 sigc::connection _delete_connection; member in class:SPTagUsePath
H A Dsp-use-reference.h51 sigc::connection _delete_connection; member in class:SPUsePath
H A Dpersp3d-reference.cpp60 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&persp3dreference_delete_self), this));
71 _delete_connection.disconnect();
H A Dsp-tag-use-reference.cpp100 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&sp_usepath_delete_self), this));
109 _delete_connection.disconnect();
H A Dsp-offset.h74 sigc::connection _delete_connection; member in class:SPOffset
H A Dsp-tref.h48 sigc::connection _delete_connection; member in class:SPTRef
H A Dsp-use.h47 sigc::connection _delete_connection; member in class:SPUse
H A Dsp-conn-end.cpp25 _delete_connection(),
289 connEnd._delete_connection.disconnect();
296 connEnd._delete_connection
H A Dsp-use-reference.cpp100 _delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&sp_usepath_delete_self), this));
112 _delete_connection.disconnect();
H A Dsp-tref.cpp80 this->_delete_connection.disconnect();
253 tref->_delete_connection.disconnect();
267 tref->_delete_connection = refRoot->connectDelete(sigc::bind(sigc::ptr_fun(&sp_tref_delete_self), tref));
H A Dsp-use.cpp52 _delete_connection(),
97 this->_delete_connection.disconnect();
515 this->_delete_connection.disconnect();
552 this->_delete_connection = refobj->connectDelete(
H A Dsp-conn-end-pair.cpp60 this->_connEnd[handle_ix]->_delete_connection.disconnect();
H A Dsp-offset.cpp111 this->_delete_connection.disconnect();
1000 offset->_delete_connection = to->connectDelete(sigc::bind(sigc::ptr_fun(&sp_offset_delete_self), offset));
1012 offset->_delete_connection.disconnect();

Completed in 34 milliseconds