Home
last modified time | relevance | path

Searched refs:QGeoMapPinchEvent (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h70 class Q_LOCATION_PRIVATE_EXPORT QGeoMapPinchEvent : public QObject
82 QGeoMapPinchEvent(const QPointF &center, qreal angle, in Q_PROPERTY()
88 QGeoMapPinchEvent() in QGeoMapPinchEvent() function
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);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1731 name: "QGeoMapPinchEvent"
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 }
H A Dlocation.cpp117 qmlRegisterUncreatableType<QGeoMapPinchEvent >(uri, major, minor, "MapPinchEvent", in registerTypes()