Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h66 class QTouchEvent; variable
165 void handleTouchEvent(QTouchEvent *event);
334 QVector<QTouchEvent::TouchPoint> m_allPoints;
335 QVector<QTouchEvent::TouchPoint> m_touchPoints;
336 QScopedPointer<QTouchEvent::TouchPoint> m_mousePoint;
H A Dqdeclarativegeomap.cpp2533 void QDeclarativeGeoMap::touchEvent(QTouchEvent *event) in touchEvent()
2588 if (static_cast<QTouchEvent *>(event)->touchPoints().count() >= 2) { in childMouseEventFilter()
2593 return sendTouchEvent(static_cast<QTouchEvent *>(event)); in childMouseEventFilter()
2644 bool QDeclarativeGeoMap::sendTouchEvent(QTouchEvent *event) in sendTouchEvent()
2647 const QTouchEvent::TouchPoint &point = event->touchPoints().first(); in sendTouchEvent()
2650 …auto touchPointGrabberItem = [touchDevice, windowPriv](const QTouchEvent::TouchPoint &point) -> QQ… in sendTouchEvent()
2662 …QScopedPointer<QTouchEvent> touchEvent(new QTouchEvent(event->type(), event->device(), event->modi… in sendTouchEvent()
2672 foreach (const QTouchEvent::TouchPoint &tp, event->touchPoints()) { in sendTouchEvent()
H A Dqquickgeomapgesturearea.cpp875 QTouchEvent::TouchPoint* createTouchPointFromMouseEvent(QMouseEvent *event, Qt::TouchPointState sta… in createTouchPointFromMouseEvent()
879 QTouchEvent::TouchPoint* newPoint = new QTouchEvent::TouchPoint(); in createTouchPointFromMouseEvent()
969 void QQuickGeoMapGestureArea::handleTouchEvent(QTouchEvent *event) in handleTouchEvent()
1117 …ort(m_allPoints.begin(), m_allPoints.end(), [](const QTouchEvent::TouchPoint &tp1, const QTouchEve… in update()
H A Dqdeclarativegeomap_p.h244 void touchEvent(QTouchEvent *event) override ;
251 bool sendTouchEvent(QTouchEvent *event);
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0022-Support-force-using-mouse-events-instead-of-touch.patch32 const QList<QTouchEvent::TouchPoint> &touchPoints = touchEvent.touchPoints();