Searched refs:extendShape (Results 1 – 14 of 14) sorted by relevance
278 void QGeoShape::extendShape(const QGeoCoordinate &coordinate) in extendShape() function in QGeoShape283 d->extendShape(coordinate); in extendShape()
75 void extendShape(const QGeoCoordinate &coordinate) override;
74 virtual void extendShape(const QGeoCoordinate &coordinate) = 0;
362 void QGeoCirclePrivate::extendShape(const QGeoCoordinate &coordinate) in extendShape() function in QGeoCirclePrivate433 d->extendShape(coordinate); in extendCircle()
81 void extendShape(const QGeoCoordinate &coordinate) override;
81 Q_INVOKABLE void extendShape(const QGeoCoordinate &coordinate);
254 d_ptr->extendShape(coordinate); in QGeoRectangle()792 d->extendShape(coordinate); in extendRectangle()820 void QGeoRectanglePrivate::extendShape(const QGeoCoordinate &coordinate) in extendShape() function in QGeoRectanglePrivate
196 virtual void extendShape(const QGeoCoordinate &coordinate) override;
441 void QGeoPathPrivate::extendShape(const QGeoCoordinate &coordinate) in extendShape() function in QGeoPathPrivate
63 void extendShape();361 void tst_QGeoPolygon::extendShape() in extendShape() function in tst_QGeoPolygon378 p.extendShape(probe); in extendShape()
64 void extendShape();374 void tst_QGeoPath::extendShape() in extendShape() function in tst_QGeoPath392 p.extendShape(probe); in extendShape()
55 * Added extendShape(QGeoCoordinate) function.
40 - Deprecated QGeoShape::extendShape.
294 name: "extendShape"