Lines Matching refs:hands
633 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[i]));
668 knots[i]->click_signal.connect(sigc::bind(sigc::ptr_fun(sp_sel_trans_handle_click), &hands[i]));
669 knots[i]->event_signal.connect(sigc::bind(sigc::ptr_fun(sp_sel_trans_handle_event), &hands[i]));