Searched refs:_ungrabbed_connection (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dknot-holder-entity.h92 sigc::connection _ungrabbed_connection; member in class:KnotHolderEntity
H A Dknot-holder-entity.cpp59 _ungrabbed_connection = knot->ungrabbed_signal.connect(sigc::mem_fun(*parent_holder, &KnotHolder::knot_ungrabbed_handler));
67 _ungrabbed_connection.disconnect();
H A Dvanishing-point.h162 sigc::connection _ungrabbed_connection; member in struct:Box3D::VPDragger
H A Dgradient-drag.h124 sigc::connection _ungrabbed_connection; member in struct:GrDragger
H A Dvanishing-point.cpp297 this->_ungrabbed_connection = this->knot->ungrabbed_signal.connect(sigc::bind(sigc::ptr_fun(vp_knot_ungrabbed_handler), this));
309 this->_ungrabbed_connection.disconnect();
H A Dgradient-drag.cpp1619 this->_ungrabbed_connection = this->knot->ungrabbed_signal.connect(sigc::bind(sigc::ptr_fun(gr_knot_ungrabbed_handler), this));
1642 this->_ungrabbed_connection.disconnect();

Completed in 29 milliseconds