![]() |
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 | |
| QGeoPathPrivateEager () | |
| QGeoPathPrivateEager (const QList< QGeoCoordinate > &path, const qreal width=0.0) | |
| ~QGeoPathPrivateEager () | |
| QGeoShapePrivate * | clone () const override |
| void | translate (double degreesLatitude, double degreesLongitude) override |
| void | markDirty () override |
| void | addCoordinate (const QGeoCoordinate &coordinate) override |
| void | computeBoundingBox () override |
| void | updateBoundingBox () |
| Public Member Functions inherited from QGeoPathPrivate | |
| QGeoPathPrivate () | |
| QGeoPathPrivate (const QList< QGeoCoordinate > &path, const qreal width=0.0) | |
| ~QGeoPathPrivate () | |
| bool | operator== (const QGeoShapePrivate &other) const override |
| bool | contains (const QGeoCoordinate &coordinate) const override |
| size_t | hash (size_t seed) const override |
| bool | lineContains (const QGeoCoordinate &coordinate) const |
| qreal | width () const |
| void | setWidth (const qreal &width) |
| Public Member Functions inherited from QGeoPathPrivateBase | |
| QGeoPathPrivateBase () | |
| QGeoPathPrivateBase (const QList< QGeoCoordinate > &path) | |
| ~QGeoPathPrivateBase () override | |
| bool | isValid () const override |
| bool | isEmpty () const override |
| QGeoCoordinate | center () const override |
| bool | operator== (const QGeoShapePrivate &other) const override |
| QGeoRectangle | boundingGeoRectangle () const override |
| size_t | hash (size_t seed) const override |
| virtual const QList< QGeoCoordinate > & | path () 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 | setPath (const QList< QGeoCoordinate > &path) |
| virtual void | clearPath () |
| 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) |
| Public Member Functions inherited from QGeoShapePrivate | |
| QGeoShapePrivate (QGeoShape::ShapeType type) | |
| virtual | ~QGeoShapePrivate () |
| Public Member Functions inherited from QSharedData | |
| 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< double > | m_deltaXs |
| double | m_minX = 0 |
| double | m_maxX = 0 |
| double | m_minLati = 0 |
| double | m_maxLati = 0 |
| Public Attributes inherited from QGeoPathPrivate | |
| qreal | m_width = 0 |
| Public Attributes inherited from QGeoPathPrivateBase | |
| QList< QGeoCoordinate > | m_path |
| QGeoRectangle | m_bbox |
| double | m_leftBoundWrapped |
| bool | m_bboxDirty = false |
| Public Attributes inherited from QGeoShapePrivate | |
| QGeoShape::ShapeType | type |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 205 of file qgeopath_p.h.
| QGeoPathPrivateEager::QGeoPathPrivateEager | ( | ) |
Definition at line 667 of file qgeopath.cpp.
| QGeoPathPrivateEager::QGeoPathPrivateEager | ( | const QList< QGeoCoordinate > & | path, |
| const qreal | width = 0.0 ) |
Definition at line 673 of file qgeopath.cpp.
| QGeoPathPrivateEager::~QGeoPathPrivateEager | ( | ) |
Definition at line 680 of file qgeopath.cpp.
|
overridevirtual |
Reimplemented from QGeoPathPrivateBase.
Definition at line 713 of file qgeopath.cpp.
|
overridevirtual |
Reimplemented from QGeoPathPrivate.
Definition at line 685 of file qgeopath.cpp.
|
overridevirtual |
Reimplemented from QGeoPathPrivateBase.
|
overridevirtual |
Reimplemented from QGeoPathPrivateBase.
Definition at line 690 of file qgeopath.cpp.
|
overridevirtual |
Reimplemented from QGeoPathPrivateBase.
Definition at line 697 of file qgeopath.cpp.
| void QGeoPathPrivateEager::updateBoundingBox | ( | ) |
| QList<double> QGeoPathPrivateEager::m_deltaXs |
Definition at line 225 of file qgeopath_p.h.
| double QGeoPathPrivateEager::m_maxLati = 0 |
Definition at line 229 of file qgeopath_p.h.
| double QGeoPathPrivateEager::m_maxX = 0 |
Definition at line 227 of file qgeopath_p.h.
| double QGeoPathPrivateEager::m_minLati = 0 |
Definition at line 228 of file qgeopath_p.h.
| double QGeoPathPrivateEager::m_minX = 0 |
Definition at line 226 of file qgeopath_p.h.