Searched refs:pickable (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/display/
H A Dsnap-indicator.cpp277 SP_CTRL(canvasitem)->pickable = false;
303 SP_CANVASTEXT(canvas_tooltip)->pickable = false; // See the extensive comment above
328 SP_CTRLRECT(box)->pickable = false; // See the extensive comment above
H A Dsp-canvas-item.h77 bool pickable; member in struct:SPCanvasItem
H A Dsp-canvas.cpp225 item->pickable = true;
826 int pickable; local
827 if (child->visible && child->pickable && SP_CANVAS_ITEM_GET_CLASS(child)->point) {
829 pickable = TRUE;
831 pickable = FALSE;
840 if (pickable && point_item && ((int) (dist + 0.5) <= item->canvas->_close_enough)) {
H A Dguideline.cpp227 gl->origin->pickable = false;

Completed in 29 milliseconds