Home
last modified time | relevance | path

Searched refs:pinchActive (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h123 Q_PROPERTY(bool pinchActive READ isPinchActive NOTIFY pinchActiveChanged)
365 pinchActive enumerator
H A Dqquickgeomapgesturearea.cpp625 return m_pinchState == pinchActive; in isPinchActive()
1549 setPinchState(pinchActive); in pinchStateMachine()
1563 setPinchState(pinchActive); in pinchStateMachine()
1567 case pinchActive: in pinchStateMachine()
1588 case pinchActive: in pinchStateMachine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_flick.qml124 compare(map.gesture.pinchActive, false)
141 compare(map.gesture.pinchActive, false)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-changes.qdoc57 and \l[QML]{QtLocation::MapGestureArea::}{pinchActive} properties
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1795 Property { name: "pinchActive"; type: "bool"; isReadonly: true }