Home
last modified time | relevance | path

Searched refs:extendShape (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoshape.cpp278 void QGeoShape::extendShape(const QGeoCoordinate &coordinate) in extendShape() function in QGeoShape
283 d->extendShape(coordinate); in extendShape()
H A Dqgeorectangle_p.h75 void extendShape(const QGeoCoordinate &coordinate) override;
H A Dqgeoshape_p.h74 virtual void extendShape(const QGeoCoordinate &coordinate) = 0;
H A Dqgeocircle.cpp362 void QGeoCirclePrivate::extendShape(const QGeoCoordinate &coordinate) in extendShape() function in QGeoCirclePrivate
433 d->extendShape(coordinate); in extendCircle()
H A Dqgeocircle_p.h81 void extendShape(const QGeoCoordinate &coordinate) override;
H A Dqgeoshape.h81 Q_INVOKABLE void extendShape(const QGeoCoordinate &coordinate);
H A Dqgeorectangle.cpp254 d_ptr->extendShape(coordinate); in QGeoRectangle()
792 d->extendShape(coordinate); in extendRectangle()
820 void QGeoRectanglePrivate::extendShape(const QGeoCoordinate &coordinate) in extendShape() function in QGeoRectanglePrivate
H A Dqgeopath_p.h196 virtual void extendShape(const QGeoCoordinate &coordinate) override;
H A Dqgeopath.cpp441 void QGeoPathPrivate::extendShape(const QGeoCoordinate &coordinate) in extendShape() function in QGeoPathPrivate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopolygon/
H A Dtst_qgeopolygon.cpp63 void extendShape();
361 void tst_QGeoPolygon::extendShape() in extendShape() function in tst_QGeoPolygon
378 p.extendShape(probe); in extendShape()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopath/
H A Dtst_qgeopath.cpp64 void extendShape();
374 void tst_QGeoPath::extendShape() in extendShape() function in tst_QGeoPath
392 p.extendShape(probe); in extendShape()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.3.055 * Added extendShape(QGeoCoordinate) function.
H A Dchanges-5.9.040 - Deprecated QGeoShape::extendShape.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dplugins.qmltypes294 name: "extendShape"