Lines Matching refs:sceneInteractionAllowed

341       sceneInteractionAllowed(true), hasSceneRect(false),  in QGraphicsViewPrivate()
648 if (!sceneInteractionAllowed) in mouseMoveEventHandler()
736 if (dragMode != QGraphicsView::RubberBandDrag || !sceneInteractionAllowed || !rubberBanding) in updateRubberBand()
794 if (dragMode != QGraphicsView::RubberBandDrag || !sceneInteractionAllowed || !rubberBanding) in clearRubberBand()
1581 …if (d->dragMode != QGraphicsView::RubberBandDrag || !d->sceneInteractionAllowed || !d->rubberBandi… in rubberBandRect()
1698 return d->sceneInteractionAllowed; in isInteractive()
1703 d->sceneInteractionAllowed = allowed; in setInteractive()
2853 if (d->sceneInteractionAllowed) { in event()
2983 if (d->scene && d->sceneInteractionAllowed) { in viewportEvent()
3002 if (d->scene && d->sceneInteractionAllowed) { in viewportEvent()
3024 if (!d->scene || !d->sceneInteractionAllowed) in contextMenuEvent()
3052 if (!d->scene || !d->sceneInteractionAllowed) in dropEvent()
3077 if (!d->scene || !d->sceneInteractionAllowed) in dragEnterEvent()
3106 if (!d->scene || !d->sceneInteractionAllowed) in dragLeaveEvent()
3142 if (!d->scene || !d->sceneInteractionAllowed) in dragMoveEvent()
3202 if (!d->scene || !d->sceneInteractionAllowed) { in keyPressEvent()
3217 if (!d->scene || !d->sceneInteractionAllowed) in keyReleaseEvent()
3230 if (!d->scene || !d->sceneInteractionAllowed) in mouseDoubleClickEvent()
3281 if (d->sceneInteractionAllowed) { in mousePressEvent()
3325 if (d->sceneInteractionAllowed) { in mousePressEvent()
3386 …if (d->dragMode == QGraphicsView::RubberBandDrag && d->sceneInteractionAllowed && !event->buttons(… in mouseReleaseEvent()
3399 …if (d->scene && d->sceneInteractionAllowed && !d->lastMouseEvent.isAccepted() && d->handScrollMoti… in mouseReleaseEvent()
3409 if (!d->sceneInteractionAllowed) in mouseReleaseEvent()
3452 if (!d->scene || !d->sceneInteractionAllowed) { in wheelEvent()
3726 if (d->sceneInteractionAllowed) in scrollContentsBy()
3919 if (d->sceneInteractionAllowed) in setTransform()