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

/inkscape/src/
H A Dknot-holder-entity.cpp57 _moved_connection = knot->moved_signal.connect(sigc::mem_fun(*parent_holder, &KnotHolder::knot_moved_handler));
65 _moved_connection.disconnect();
87 _moved_connection.block();
89 _moved_connection.unblock();
H A Dknot-holder-entity.h90 sigc::connection _moved_connection; member in class:KnotHolderEntity
H A Dvanishing-point.h160 sigc::connection _moved_connection; member in struct:Box3D::VPDragger
H A Dgradient-drag.h120 sigc::connection _moved_connection; member in struct:GrDragger
H A Dvanishing-point.cpp295 this->_moved_connection = this->knot->moved_signal.connect(sigc::bind(sigc::ptr_fun(vp_knot_moved_handler), this));
307 this->_moved_connection.disconnect();
H A Dgradient-drag.cpp1611 this->_moved_connection = this->knot->moved_signal.connect(sigc::bind(sigc::ptr_fun(gr_knot_moved_midpoint_handler), this));
1613 this->_moved_connection = this->knot->moved_signal.connect(sigc::bind(sigc::ptr_fun(gr_knot_moved_handler), this));
1638 this->_moved_connection.disconnect();

Completed in 29 milliseconds