Searched refs:touchPoints (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/ |
| H A D | qdeclarativepinchgenerator.cpp | 76 activeSwipe_->touchPoints << event->pos(); in mousePressEvent() 91 activeSwipe_->touchPoints << event->pos(); in mouseMoveEvent() 104 activeSwipe_->touchPoints << event->pos(); in mouseReleaseEvent() 226 int masterCount = swipes_.at(masterSwipe_)->touchPoints.count(); in timerEvent() 227 int slaveCount = swipes_.at(slaveSwipe)->touchPoints.count(); in timerEvent() 231 .press(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() 232 .press(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent() 236 .move(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() 237 .release(1, swipes_.at(slaveSwipe)->touchPoints.at(replayBookmark_)); in timerEvent() 240 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent() [all …]
|
| H A D | qdeclarativepinchgenerator_p.h | 47 QList<QPoint> touchPoints; member
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0022-Support-force-using-mouse-events-instead-of-touch.patch | 32 const QList<QTouchEvent::TouchPoint> &touchPoints = touchEvent.touchPoints();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qquickgeomapgesturearea.cpp | 979 for (int i = 0; i < event->touchPoints().count(); ++i) { in handleTouchEvent() 980 auto point = event->touchPoints().at(i); in handleTouchEvent() 984 if (event->touchPoints().count() >= 2) in handleTouchEvent()
|
| H A D | qdeclarativegeomap.cpp | 2588 if (static_cast<QTouchEvent *>(event)->touchPoints().count() >= 2) { in childMouseEventFilter() 2647 const QTouchEvent::TouchPoint &point = event->touchPoints().first(); in sendTouchEvent() 2662 …nt->type(), event->device(), event->modifiers(), event->touchPointStates(), event->touchPoints())); in sendTouchEvent() 2672 foreach (const QTouchEvent::TouchPoint &tp, event->touchPoints()) { in sendTouchEvent()
|