Searched refs:linked_delete_connection (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Doriginalpatharray.h47 sigc::connection linked_delete_connection; member in class:Inkscape::LivePathEffect::PathAndDirection
H A Dpath.h71 sigc::connection linked_delete_connection; member in class:Inkscape::LivePathEffect::PathParam
H A Doriginalpatharray.cpp321 to->linked_delete_connection.disconnect();
365 to->linked_delete_connection.disconnect();
370 to->linked_delete_connection = new_obj->connectDelete(sigc::bind<PathAndDirection*>(sigc::mem_fun(*this, &OriginalPathArrayParam::linked_delete), to));
H A Dpath.cpp340 linked_delete_connection = to->connectDelete(sigc::mem_fun(*this, &PathParam::linked_delete));
352 linked_delete_connection.disconnect();

Completed in 611 milliseconds