Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp504 m_declarativeMap(map), in QQuickGeoMapGestureArea()
526 m_flick.m_animation->setTargetObject(m_declarativeMap); in setMap()
559 m_declarativeMap->setKeepMouseGrab(m_preventStealing && m_enabled); in setPreventStealing()
560 m_declarativeMap->setKeepTouchGrab(m_preventStealing && m_enabled); in setPreventStealing()
1002 const QGeoCoordinate &wheelGeoPos = m_declarativeMap->toCoordinate(event->position(), false); in handleWheelEvent()
1010 m_declarativeMap->setBearing(m_declarativeMap->bearing() + bearingDelta, wheelGeoPos); in handleWheelEvent()
1016 m_declarativeMap->setTilt(m_declarativeMap->tilt() + tiltDelta); in handleWheelEvent()
1022m_declarativeMap->setZoomLevel(qMin<qreal>(m_declarativeMap->zoomLevel() + zoomLevelDelta, maximum… in handleWheelEvent()
1024 const QPointF &postZoomPoint = m_declarativeMap->fromCoordinate(wheelGeoPos, false); in handleWheelEvent()
1027 m_declarativeMap->alignCoordinateToPoint(wheelGeoPos, preZoomPoint); in handleWheelEvent()
[all …]
H A Dqquickgeomapgesturearea_p.h271 QDeclarativeGeoMap *m_declarativeMap; variable