Home
last modified time | relevance | path

Searched refs:PanGesture (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_flick.qml104 map.gesture.acceptedGestures = MapGestureArea.PanGesture | MapGestureArea.FlickGesture;
148 map.gesture.acceptedGestures = MapGestureArea.PinchGesture | MapGestureArea.PanGesture
149 … compare(map.gesture.acceptedGestures, MapGestureArea.PinchGesture | MapGestureArea.PanGesture)
150 map.gesture.acceptedGestures = MapGestureArea.PanGesture
151 compare(map.gesture.acceptedGestures, MapGestureArea.PanGesture)
H A Dtst_map_pinch.qml.QTBUG-47970166 map.gesture.activeGestures = MapGestureArea.ZoomGesture | MapGestureArea.PanGesture
167 … compare(map.gesture.activeGestures, MapGestureArea.ZoomGesture | MapGestureArea.PanGesture)
169 map.gesture.activeGestures = MapGestureArea.PanGesture
170 compare(map.gesture.activeGestures, MapGestureArea.PanGesture)
H A Dtst_map_keepgrab.qml74 map.gesture.acceptedGestures = MapGestureArea.PanGesture | MapGestureArea.FlickGesture;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dcprojectionpicture.cpp24 grabGesture(Qt::PanGesture); in CProjectionPicture()
163 if (QGesture *pan = event->gesture(Qt::PanGesture)) in gestureEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp506 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()
H A Dqquickgeomapgesturearea_p.h139 PanGesture = 0x0002, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml283 …gesture.acceptedGestures: MapGestureArea.PanGesture | MapGestureArea.FlickGesture | MapGestureArea…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1777 "PanGesture": 2,
1788 "PanGesture": 2,