Home
last modified time | relevance | path

Searched refs:isRotationActive (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h125 Q_PROPERTY(bool rotationActive READ isRotationActive NOTIFY rotationActiveChanged)
151 bool isRotationActive() const;
H A Dqquickgeomapgesturearea.cpp631 bool QQuickGeoMapGestureArea::isRotationActive() const in isRotationActive() function in QQuickGeoMapGestureArea
1099 return isPanActive() || isPinchActive() || isRotationActive() || isTiltActive(); in isActive()
1131 if (isRotationActive() || m_pinch.m_rotationEnabled) 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()