Searched refs:pinch (Results 1 – 12 of 12) sorted by relevance
72 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 …]
195 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);
165 if (QGesture *pinch = event->gesture(Qt::PinchGesture)) in gestureEvent() local166 pinchTriggered(static_cast<QPinchGesture *>(pinch)); in gestureEvent()
79 Q_INVOKABLE void pinch(QPoint point1From,
281 void QDeclarativePinchGenerator::pinch(QPoint point1From, in pinch() function in QDeclarativePinchGenerator
346 void QGeoMap::setAcceptedGestures(bool pan, bool flick, bool pinch, bool rotate, bool tilt) in setAcceptedGestures() argument350 Q_UNUSED(pinch); in setAcceptedGestures()
149 virtual void setAcceptedGestures(bool pan, bool flick, bool pinch, bool rotate, bool tilt);
1805 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 }
481 s8 *pinch; member703 data->pinch = &sensor->data_pkt[i]; in f11_2d_construct_data()709 data->flick = data->pinch; in f11_2d_construct_data()
46 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.
65 \li Interaction helper for panning, flicking and pinch-to-zoom gesture on a Map.
282 // Enable pan, flick, and pinch gestures to zoom in and out