Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp899 if (m_touchPoints.isEmpty()) in handleMousePressEvent()
915 if (m_touchPoints.isEmpty()) in handleMouseMoveEvent()
934 if (m_touchPoints.isEmpty()) in handleMouseReleaseEvent()
946 if (m_touchPoints.isEmpty() && !m_mousePoint.isNull()) { in handleMouseUngrabEvent()
959 m_touchPoints.clear(); in handleTouchUngrabEvent()
976 m_touchPoints.clear(); in handleTouchEvent()
982 m_touchPoints << point; in handleTouchEvent()
1114 m_allPoints << m_touchPoints; in update()
H A Dqquickgeomapgesturearea_p.h335 QVector<QTouchEvent::TouchPoint> m_touchPoints; variable