Searched refs:hands (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dseltrans-handles.h55 extern SPSelTransHandle const hands[17];
H A Dseltrans-handles.cpp16 SPSelTransHandle const hands[] = { variable
H A Dseltrans.cpp633 if (hands[i].type != type)
637 Geom::Point const bpos(hands[i].x, hands[i].y);
652 SPSelTransTypeInfo info = handtypes[hands[i].type];
657 knots[i]->setAnchor(hands[i].anchor);
661 knots[i]->setPixbuf(handles[hands[i].control]);
664 knots[i]->request_signal.connect(sigc::bind(sigc::ptr_fun(sp_sel_trans_handle_request), &hands[i]));
665 knots[i]->moved_signal.connect(sigc::bind(sigc::ptr_fun(sp_sel_trans_handle_new_event), &hands[i]));
666 knots[i]->grabbed_signal.connect(sigc::bind(sigc::ptr_fun(sp_sel_trans_handle_grab), &hands[i]));
667 knots[i]->ungrabbed_signal.connect(sigc::bind(sigc::ptr_fun(sp_sel_trans_handle_ungrab), &hands[
[all...]

Completed in 1165 milliseconds