Searched refs:revent (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | pencil-tool.h | 59 bool _handleButtonRelease(GdkEventButton const &revent);
|
H A D | pencil-tool.cpp | 341 bool PencilTool::_handleButtonRelease(GdkEventButton const &revent) { argument 344 if ( revent.button == 1 && this->is_drawing && !this->space_panning) { 348 Geom::Point p = desktop->w2d(Geom::Point(revent.x, revent.y)); 351 SPDrawAnchor *anchor = spdc_test_inside(this, Geom::Point(revent.x, revent.y)); 357 if (!(revent.state & GDK_CONTROL_MASK)) { 367 this->_endpointSnap(p, revent.state); 376 if (revent.state & GDK_MOD1_MASK) { 392 this->_endpointSnap(p_end, revent [all...] |
H A D | connector-tool.h | 129 bool _handleButtonRelease(GdkEventButton const &revent);
|
H A D | pen-tool.cpp | 720 bool PenTool::_handleButtonRelease(GdkEventButton const &revent) { argument 728 if (revent.button == 1 && !this->space_panning) { 729 Geom::Point const event_w(revent.x, revent.y); 756 this->_bsplineSpiroStartAnchor(revent.state & GDK_SHIFT_MASK);; 771 this->_endpointSnap(p, revent.state); 772 this->_finishSegment(p, revent.state); 778 this->_endpointSnap(p, revent.state); 780 this->_finishSegment(p, revent.state); 800 this->_endpointSnap(p, revent [all...] |
H A D | pen-tool.h | 88 bool _handleButtonRelease(GdkEventButton const &revent);
|
H A D | connector-tool.cpp | 648 bool ConnectorTool::_handleButtonRelease(GdkEventButton const &revent) { argument 651 if ( revent.button == 1 && !this->space_panning ) { 655 Geom::Point const event_w(revent.x, revent.y);
|
Completed in 23 milliseconds