![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| struct | vec2 |
Enumerations | |
| enum | greaterCirclePathForm { OpenPath , ClosedPath } |
| Enumerator | |
|---|---|
| OpenPath | |
| ClosedPath | |
Definition at line 28 of file qdeclarativegeomapitemutils_p.h.
| QRectF QDeclarativeGeoMapItemUtils::boundingRectangleFromList | ( | const QList< QDoubleVector2D > & | list | ) |
Definition at line 179 of file qdeclarativegeomapitemutils.cpp.
| void QDeclarativeGeoMapItemUtils::clipPolygon | ( | const QList< QDoubleVector2D > & | wrappedPath, |
| const QGeoProjectionWebMercator & | p, | ||
| QList< QList< QDoubleVector2D > > & | clippedPaths, | ||
| QDoubleVector2D * | leftBoundWrapped = nullptr, | ||
| bool | closed = true ) |
Definition at line 118 of file qdeclarativegeomapitemutils.cpp.
| double QDeclarativeGeoMapItemUtils::distanceSqrPointLine | ( | double | p0_x, |
| double | p0_y, | ||
| double | p1_x, | ||
| double | p1_y, | ||
| double | p2_x, | ||
| double | p2_y ) |
Definition at line 19 of file qdeclarativegeomapitemutils.cpp.
| QList< QGeoCoordinate > QDeclarativeGeoMapItemUtils::greaterCirclePath | ( | const QList< QGeoCoordinate > & | cornerPoints, |
| greaterCirclePathForm | form = QDeclarativeGeoMapItemUtils::OpenPath, | ||
| int | N = 360 ) |
Definition at line 194 of file qdeclarativegeomapitemutils.cpp.
References OpenPath.
| void QDeclarativeGeoMapItemUtils::projectBbox | ( | const QList< QDoubleVector2D > & | clippedBbox, |
| const QGeoProjectionWebMercator & | p, | ||
| QPainterPath & | projectedBbox ) |
Definition at line 160 of file qdeclarativegeomapitemutils.cpp.
| void QDeclarativeGeoMapItemUtils::wrapPath | ( | const QList< QDoubleVector2D > & | path, |
| const QDoubleVector2D & | geoLeftBound, | ||
| QList< QDoubleVector2D > & | wrappedPath ) |
Definition at line 97 of file qdeclarativegeomapitemutils.cpp.
| void QDeclarativeGeoMapItemUtils::wrapPath | ( | const QList< QGeoCoordinate > & | perimeter, |
| const QGeoCoordinate & | geoLeftBound, | ||
| const QGeoProjectionWebMercator & | p, | ||
| QList< QDoubleVector2D > & | wrappedPath, | ||
| QDoubleVector2D * | leftBoundWrapped = nullptr ) |
Definition at line 82 of file qdeclarativegeomapitemutils.cpp.
| void QDeclarativeGeoMapItemUtils::wrapPath | ( | const QList< QGeoCoordinate > & | perimeter, |
| const QGeoCoordinate & | geoLeftBound, | ||
| const QGeoProjectionWebMercator & | p, | ||
| QList< QDoubleVector2D > & | wrappedPath, | ||
| QList< QDoubleVector2D > & | wrappedPathMinus1, | ||
| QList< QDoubleVector2D > & | wrappedPathPlus1, | ||
| QDoubleVector2D * | leftBoundWrapped = nullptr ) |
Definition at line 44 of file qdeclarativegeomapitemutils.cpp.