![]() |
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 | |
| bool | m_clipperDirty = true |
| QList< QList< QGeoCoordinate > > | m_holesList |
| QClipperUtils | m_clipperWrapper |
| 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 58 of file qgeopolygon_p.h.
| QGeoPolygonPrivateEager::QGeoPolygonPrivateEager | ( | ) |
Definition at line 583 of file qgeopolygon.cpp.
| QGeoPolygonPrivateEager::QGeoPolygonPrivateEager | ( | const QList< QGeoCoordinate > & | path | ) |
Definition at line 588 of file qgeopolygon.cpp.
| QGeoPolygonPrivateEager::~QGeoPolygonPrivateEager | ( | ) |
Definition at line 594 of file qgeopolygon.cpp.
|
overridevirtual |
Reimplemented from QGeoPathPrivateBase.
Definition at line 619 of file qgeopolygon.cpp.
|
overridevirtual |
Reimplemented from QGeoPolygonPrivate.
Definition at line 599 of file qgeopolygon.cpp.
|
overridevirtual |
Reimplemented from QGeoPathPrivateBase.
Definition at line 628 of file qgeopolygon.cpp.
|
overridevirtual |
Reimplemented from QGeoPolygonPrivate.
Definition at line 611 of file qgeopolygon.cpp.
|
overridevirtual |
Reimplemented from QGeoPolygonPrivate.
Definition at line 604 of file qgeopolygon.cpp.
| void QGeoPolygonPrivateEager::updateBoundingBox | ( | ) |
Definition at line 633 of file qgeopolygon.cpp.
| QList<double> QGeoPolygonPrivateEager::m_deltaXs |
Definition at line 80 of file qgeopolygon_p.h.
| double QGeoPolygonPrivateEager::m_maxLati = 0 |
Definition at line 84 of file qgeopolygon_p.h.
| double QGeoPolygonPrivateEager::m_maxX = 0 |
Definition at line 82 of file qgeopolygon_p.h.
| double QGeoPolygonPrivateEager::m_minLati = 0 |
Definition at line 83 of file qgeopolygon_p.h.
| double QGeoPolygonPrivateEager::m_minX = 0 |
Definition at line 81 of file qgeopolygon_p.h.