![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeopolygon_p.h>
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 QGeoPolygonPrivate | |
| QList< QList< QGeoCoordinate > > | m_holesList |
| QClipperUtils | m_clipperWrapper |
| double | m_leftBoundWrapped = 0.0 |
| std::atomic< bool > | m_clipperDirty = true |
| Public Attributes inherited from QGeoPathPrivateBase | |
| QList< QGeoCoordinate > | m_path |
| QGeoRectangle | m_bbox |
| std::atomic< bool > | m_bboxDirty = true |
| Public Attributes inherited from QGeoShapePrivate | |
| QGeoShape::ShapeType | type |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 60 of file qgeopolygon_p.h.
| QGeoPolygonPrivateEager::QGeoPolygonPrivateEager | ( | ) |
Definition at line 603 of file qgeopolygon.cpp.
| QGeoPolygonPrivateEager::QGeoPolygonPrivateEager | ( | const QList< QGeoCoordinate > & | path | ) |
Definition at line 608 of file qgeopolygon.cpp.
| QGeoPolygonPrivateEager::QGeoPolygonPrivateEager | ( | const QGeoPolygonPrivateEager & | other | ) |
Definition at line 614 of file qgeopolygon.cpp.
| QGeoPolygonPrivateEager::~QGeoPolygonPrivateEager | ( | ) |
Definition at line 621 of file qgeopolygon.cpp.
|
overridevirtual |
Reimplemented from QGeoPathPrivateBase.
Definition at line 644 of file qgeopolygon.cpp.
|
overridevirtual |
Reimplemented from QGeoPolygonPrivate.
Definition at line 626 of file qgeopolygon.cpp.
|
overridevirtual |
Reimplemented from QGeoPolygonPrivate.
Definition at line 637 of file qgeopolygon.cpp.
|
overridevirtual |
Reimplemented from QGeoPolygonPrivate.
Definition at line 631 of file qgeopolygon.cpp.
| void QGeoPolygonPrivateEager::updateBoundingBox | ( | ) |
Definition at line 653 of file qgeopolygon.cpp.
| QList<double> QGeoPolygonPrivateEager::m_deltaXs |
Definition at line 82 of file qgeopolygon_p.h.
| double QGeoPolygonPrivateEager::m_maxLati = 0 |
Definition at line 86 of file qgeopolygon_p.h.
| double QGeoPolygonPrivateEager::m_maxX = 0 |
Definition at line 84 of file qgeopolygon_p.h.
| double QGeoPolygonPrivateEager::m_minLati = 0 |
Definition at line 85 of file qgeopolygon_p.h.
| double QGeoPolygonPrivateEager::m_minX = 0 |
Definition at line 83 of file qgeopolygon_p.h.