Searched refs:PinchGesture (Results 1 – 7 of 7) sorted by relevance
25 grabGesture(Qt::PinchGesture); in CProjectionPicture()165 if (QGesture *pinch = event->gesture(Qt::PinchGesture)) in gestureEvent()
143 verify(map.gesture.acceptedGestures & MapGestureArea.PinchGesture)148 map.gesture.acceptedGestures = MapGestureArea.PinchGesture | MapGestureArea.PanGesture149 … compare(map.gesture.acceptedGestures, MapGestureArea.PinchGesture | MapGestureArea.PanGesture)
506 m_acceptedGestures(PinchGesture | PanGesture | FlickGesture | RotationGesture | TiltGesture), in QQuickGeoMapGestureArea()609 setPinchEnabled(acceptedGestures & PinchGesture); in setAcceptedGestures()672 setPinchEnabled(m_acceptedGestures & PinchGesture); in setEnabled()1661 if (m_acceptedGestures & PinchGesture) { in updatePinch()
138 PinchGesture = 0x0001, enumerator
59 …ZoomGesture with \l[QML]{QtLocation::MapGestureArea::acceptedGestures}{MapGestureArea.PinchGesture}
283 …GestureArea.PanGesture | MapGestureArea.FlickGesture | MapGestureArea.PinchGesture | MapGestureAre…
1776 "PinchGesture": 1,1787 "PinchGesture": 1,