Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1002 const QGeoCoordinate &wheelGeoPos = m_declarativeMap->toCoordinate(event->position(), false); in handleWheelEvent() local
1010 m_declarativeMap->setBearing(m_declarativeMap->bearing() + bearingDelta, wheelGeoPos); in handleWheelEvent()
1024 const QPointF &postZoomPoint = m_declarativeMap->fromCoordinate(wheelGeoPos, false); in handleWheelEvent()
1027 m_declarativeMap->alignCoordinateToPoint(wheelGeoPos, preZoomPoint); in handleWheelEvent()