Searched refs:m_event (Results 1 – 2 of 2) sorted by relevance
1007 emit rotationStarted(&m_pinch.m_event); in handleWheelEvent()1011 emit rotationUpdated(&m_pinch.m_event); in handleWheelEvent()1012 emit rotationFinished(&m_pinch.m_event); in handleWheelEvent()1014 emit tiltStarted(&m_pinch.m_event); in handleWheelEvent()1017 emit tiltUpdated(&m_pinch.m_event); in handleWheelEvent()1018 emit tiltFinished(&m_pinch.m_event); in handleWheelEvent()1329 m_pinch.m_event.setCenter(mapFromScene(m_touchPointsCentroid)); in canStartTilt()1330 m_pinch.m_event.setAngle(m_twoTouchAngle); in canStartTilt()1331 m_pinch.m_event.setPoint1(p1); in canStartTilt()1332 m_pinch.m_event.setPoint2(p2); in canStartTilt()[all …]
280 QGeoMapPinchEvent m_event; member