Home
last modified time | relevance | path

Searched refs:isPinchActive (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_pinch.qml.QTBUG-47970158 compare(map.gesture.isPinchActive, false)
200 compare(map.gesture.isPinchActive, false)
224 compare(map.gesture.isPinchActive, true)
237 compare(map.gesture.isPinchActive, false)
251 compare(map.gesture.isPinchActive, false)
291 compare(map.gesture.isPinchActive, false)
438 compare(map.gesture.isPinchActive, false)
457 compare(map.gesture.isPinchActive, true)
463 compare(map.gesture.isPinchActive, false)
501 compare(map.gesture.isPinchActive, true)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h123 Q_PROPERTY(bool pinchActive READ isPinchActive NOTIFY pinchActiveChanged)
150 bool isPinchActive() const;
H A Dqquickgeomapgesturearea.cpp623 bool QQuickGeoMapGestureArea::isPinchActive() const in isPinchActive() function in QQuickGeoMapGestureArea
1099 return isPanActive() || isPinchActive() || isRotationActive() || isTiltActive(); in isActive()
1127 if (isPinchActive() || m_pinch.m_pinchEnabled) in update()
1264 …if (!isRotationActive() && !isPinchActive() && canStartTilt()) { // only gesture that can be overr… in tiltStateMachine()
1278 …if (!isRotationActive() && !isPinchActive() && canStartTilt()) { // only gesture that can be overr… in tiltStateMachine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-changes.qdoc56 …\li replaced isPanActive and isPinchActive properties with \l[QML]{QtLocation::MapGestureArea::}{p…