Searched refs:PanGesture (Results 1 – 8 of 8) sorted by relevance
104 map.gesture.acceptedGestures = MapGestureArea.PanGesture | MapGestureArea.FlickGesture;148 map.gesture.acceptedGestures = MapGestureArea.PinchGesture | MapGestureArea.PanGesture149 … compare(map.gesture.acceptedGestures, MapGestureArea.PinchGesture | MapGestureArea.PanGesture)150 map.gesture.acceptedGestures = MapGestureArea.PanGesture151 compare(map.gesture.acceptedGestures, MapGestureArea.PanGesture)
166 map.gesture.activeGestures = MapGestureArea.ZoomGesture | MapGestureArea.PanGesture167 … compare(map.gesture.activeGestures, MapGestureArea.ZoomGesture | MapGestureArea.PanGesture)169 map.gesture.activeGestures = MapGestureArea.PanGesture170 compare(map.gesture.activeGestures, MapGestureArea.PanGesture)
74 map.gesture.acceptedGestures = MapGestureArea.PanGesture | MapGestureArea.FlickGesture;
24 grabGesture(Qt::PanGesture); in CProjectionPicture()163 if (QGesture *pan = event->gesture(Qt::PanGesture)) in gestureEvent()
506 m_acceptedGestures(PinchGesture | PanGesture | FlickGesture | RotationGesture | TiltGesture), in QQuickGeoMapGestureArea()607 setPanEnabled(acceptedGestures & PanGesture); in setAcceptedGestures()670 setPanEnabled(m_acceptedGestures & PanGesture); in setEnabled()1756 if (m_allPoints.count() == 0 || (m_acceptedGestures & PanGesture) == 0 in canStartPan()
139 PanGesture = 0x0002, enumerator
283 …gesture.acceptedGestures: MapGestureArea.PanGesture | MapGestureArea.FlickGesture | MapGestureArea…
1777 "PanGesture": 2,1788 "PanGesture": 2,