Home
last modified time | relevance | path

Searched refs:pinch (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_pinch.qml.QTBUG-4797072 map.lastPinchEvent = pinch;
73 map.startPinchPoint1= pinch.point1;
74 map.startPinchPoint2= pinch.point2;
76 pinch.accepted = false;
78 gesture.onPinchUpdated: map.lastPinchEvent = pinch;
81 map.lastPinchEvent = pinch;
82 map.endPinchPoint1 = pinch.point1;
83 map.endPinchPoint2 = pinch.point2;
201 pinchGenerator.pinch(
211 // check the pinch event data for pinchStarted
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h195 void pinchStarted(QGeoMapPinchEvent *pinch);
196 void pinchUpdated(QGeoMapPinchEvent *pinch);
197 void pinchFinished(QGeoMapPinchEvent *pinch);
202 void rotationStarted(QGeoMapPinchEvent *pinch);
203 void rotationUpdated(QGeoMapPinchEvent *pinch);
204 void rotationFinished(QGeoMapPinchEvent *pinch);
205 void tiltStarted(QGeoMapPinchEvent *pinch);
206 void tiltUpdated(QGeoMapPinchEvent *pinch);
207 void tiltFinished(QGeoMapPinchEvent *pinch);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dcprojectionpicture.cpp165 if (QGesture *pinch = event->gesture(Qt::PinchGesture)) in gestureEvent() local
166 pinchTriggered(static_cast<QPinchGesture *>(pinch)); in gestureEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator_p.h79 Q_INVOKABLE void pinch(QPoint point1From,
H A Dqdeclarativepinchgenerator.cpp281 void QDeclarativePinchGenerator::pinch(QPoint point1From, in pinch() function in QDeclarativePinchGenerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp346 void QGeoMap::setAcceptedGestures(bool pan, bool flick, bool pinch, bool rotate, bool tilt) in setAcceptedGestures() argument
350 Q_UNUSED(pinch); in setAcceptedGestures()
H A Dqgeomap_p.h149 virtual void setAcceptedGestures(bool pan, bool flick, bool pinch, bool rotate, bool tilt);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1805 Parameter { name: "pinch"; type: "QGeoMapPinchEvent"; isPointer: true }
1809 Parameter { name: "pinch"; type: "QGeoMapPinchEvent"; isPointer: true }
1813 Parameter { name: "pinch"; type: "QGeoMapPinchEvent"; isPointer: true }
1821 Parameter { name: "pinch"; type: "QGeoMapPinchEvent"; isPointer: true }
1825 Parameter { name: "pinch"; type: "QGeoMapPinchEvent"; isPointer: true }
1829 Parameter { name: "pinch"; type: "QGeoMapPinchEvent"; isPointer: true }
1833 Parameter { name: "pinch"; type: "QGeoMapPinchEvent"; isPointer: true }
1837 Parameter { name: "pinch"; type: "QGeoMapPinchEvent"; isPointer: true }
1841 Parameter { name: "pinch"; type: "QGeoMapPinchEvent"; isPointer: true }
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f11.c481 s8 *pinch; member
703 data->pinch = &sensor->data_pkt[i]; in f11_2d_construct_data()
709 data->flick = data->pinch; in f11_2d_construct_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqml-maps.qdoc46 Map item you can center the map, zoom, pinch and make the item flickable.
202 Enabling and configuring pinch and flickable is easy within the \l Map type.
H A Dmaps.qdoc65 \li Interaction helper for panning, flicking and pinch-to-zoom gesture on a Map.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml282 // Enable pan, flick, and pinch gestures to zoom in and out