![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeopath_p.h>
Public Member Functions | |
QGeoPathPrivate () | |
QGeoPathPrivate (const QList< QGeoCoordinate > &path, const qreal width=0.0) | |
~QGeoPathPrivate () | |
virtual QGeoShapePrivate * | clone () const override |
virtual bool | isValid () const override |
virtual bool | isEmpty () const override |
virtual QGeoCoordinate | center () const override |
virtual bool | operator== (const QGeoShapePrivate &other) const override |
virtual bool | contains (const QGeoCoordinate &coordinate) const override |
virtual QGeoRectangle | boundingGeoRectangle () const override |
size_t | hash (size_t seed) const override |
virtual const QList< QGeoCoordinate > & | path () const |
virtual bool | lineContains (const QGeoCoordinate &coordinate) const |
virtual qreal | width () const |
virtual double | length (qsizetype indexFrom, qsizetype indexTo) const |
virtual qsizetype | size () const |
virtual QGeoCoordinate | coordinateAt (qsizetype index) const |
virtual bool | containsCoordinate (const QGeoCoordinate &coordinate) const |
virtual void | setWidth (const qreal &width) |
virtual void | translate (double degreesLatitude, double degreesLongitude) |
virtual void | setPath (const QList< QGeoCoordinate > &path) |
virtual void | clearPath () |
virtual void | addCoordinate (const QGeoCoordinate &coordinate) |
virtual void | insertCoordinate (qsizetype index, const QGeoCoordinate &coordinate) |
virtual void | replaceCoordinate (qsizetype index, const QGeoCoordinate &coordinate) |
virtual void | removeCoordinate (const QGeoCoordinate &coordinate) |
virtual void | removeCoordinate (qsizetype index) |
virtual void | computeBoundingBox () |
virtual void | markDirty () |
![]() | |
QGeoShapePrivate (QGeoShape::ShapeType type) | |
virtual | ~QGeoShapePrivate () |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QList< QGeoCoordinate > | m_path |
qreal | m_width = 0 |
QGeoRectangle | m_bbox |
double | m_leftBoundWrapped |
bool | m_bboxDirty = false |
![]() | |
QGeoShape::ShapeType | type |
![]() | |
QAtomicInt | ref |
Definition at line 136 of file qgeopath_p.h.
QGeoPathPrivate::QGeoPathPrivate | ( | ) |
Definition at line 344 of file qgeopath.cpp.
QGeoPathPrivate::QGeoPathPrivate | ( | const QList< QGeoCoordinate > & | path, |
const qreal | width = 0.0 ) |
Definition at line 350 of file qgeopath.cpp.
QGeoPathPrivate::~QGeoPathPrivate | ( | ) |
Definition at line 357 of file qgeopath.cpp.
|
virtual |
Reimplemented in QGeoPathPrivateEager, and QGeoPolygonPrivateEager.
Definition at line 569 of file qgeopath.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 541 of file qgeopath.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 377 of file qgeopath.cpp.
|
virtual |
Definition at line 563 of file qgeopath.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Reimplemented in QGeoPathPrivateEager, QGeoPolygonPrivate, and QGeoPolygonPrivateEager.
Definition at line 362 of file qgeopath.cpp.
|
virtual |
Reimplemented in QGeoPathPrivateEager, and QGeoPolygonPrivateEager.
Definition at line 612 of file qgeopath.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Reimplemented in QGeoPolygonPrivate.
Definition at line 468 of file qgeopath.cpp.
|
virtual |
Definition at line 516 of file qgeopath.cpp.
|
virtual |
Definition at line 508 of file qgeopath.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Reimplemented in QGeoPolygonPrivate.
Definition at line 548 of file qgeopath.cpp.
|
virtual |
Definition at line 577 of file qgeopath.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 372 of file qgeopath.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Reimplemented in QGeoPolygonPrivate.
Definition at line 367 of file qgeopath.cpp.
Definition at line 485 of file qgeopath.cpp.
|
virtual |
Definition at line 398 of file qgeopath.cpp.
|
virtual |
Reimplemented in QGeoPathPrivateEager, QGeoPolygonPrivate, and QGeoPolygonPrivateEager.
Definition at line 607 of file qgeopath.cpp.
|
overridevirtual |
Reimplemented from QGeoShapePrivate.
Reimplemented in QGeoPolygonPrivate.
Definition at line 382 of file qgeopath.cpp.
|
virtual |
Definition at line 393 of file qgeopath.cpp.
|
virtual |
Definition at line 593 of file qgeopath.cpp.
Definition at line 599 of file qgeopath.cpp.
|
virtual |
Definition at line 585 of file qgeopath.cpp.
|
virtual |
Definition at line 554 of file qgeopath.cpp.
Definition at line 478 of file qgeopath.cpp.
|
virtual |
Definition at line 503 of file qgeopath.cpp.
|
virtual |
Reimplemented in QGeoPathPrivateEager, QGeoPolygonPrivate, and QGeoPolygonPrivateEager.
Definition at line 521 of file qgeopath.cpp.
|
virtual |
Definition at line 473 of file qgeopath.cpp.
QGeoRectangle QGeoPathPrivate::m_bbox |
Definition at line 177 of file qgeopath_p.h.
bool QGeoPathPrivate::m_bboxDirty = false |
Definition at line 179 of file qgeopath_p.h.
double QGeoPathPrivate::m_leftBoundWrapped |
Definition at line 178 of file qgeopath_p.h.
QList<QGeoCoordinate> QGeoPathPrivate::m_path |
Definition at line 175 of file qgeopath_p.h.
qreal QGeoPathPrivate::m_width = 0 |
Definition at line 176 of file qgeopath_p.h.