Searched refs:touchEvent (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/ |
| H A D | qdeclarativepinchgenerator.cpp | 230 QTest::touchEvent(window_, device_) in timerEvent() 235 QTest::touchEvent(window_, device_) in timerEvent() 239 QTest::touchEvent(window_, device_) in timerEvent() 244 QTest::touchEvent(window_, device_) in timerEvent() 248 QTest::touchEvent(window_, device_) in timerEvent() 320 QTest::touchEvent(window_, device_).press(0, point1From).press(1, point2From); in pinchPress() 325 QTest::touchEvent(window_, device_).move(0, point1To).move(1, point2To); in pinchMoveTo() 330 QTest::touchEvent(window_, device_).release(0, point1To).release(1, point2To); in pinchRelease()
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0022-Support-force-using-mouse-events-instead-of-touch.patch | 27 QGuiApplication::sendSpontaneousEvent(w, &touchEvent); 28 …if (!e->synthetic() && !touchEvent.isAccepted() && qApp->testAttribute(Qt::AA_SynthesizeMouseForUn… 30 if (!(touchEvent.device()->capabilities() & QTouchDevice::MouseEmulation)) { 32 const QList<QTouchEvent::TouchPoint> &touchPoints = touchEvent.touchPoints();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomap.cpp | 2533 void QDeclarativeGeoMap::touchEvent(QTouchEvent *event) in touchEvent() function in QDeclarativeGeoMap 2539 QQuickItem::touchEvent(event); in touchEvent() 2662 …QScopedPointer<QTouchEvent> touchEvent(new QTouchEvent(event->type(), event->device(), event->modi… in sendTouchEvent() local 2663 touchEvent->setTimestamp(event->timestamp()); in sendTouchEvent() 2664 touchEvent->setAccepted(false); in sendTouchEvent() 2666 m_gestureArea->handleTouchEvent(touchEvent.data()); in sendTouchEvent()
|
| H A D | qdeclarativegeomap_p.h | 244 void touchEvent(QTouchEvent *event) override ;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_flick.qml | 359 touchEvent(map).press(0).commit(); 361 touchEvent(map).release(0).commit();
|