![]() |
Qt 6.x
The Qt SDK
|
#include <qgeocoordinate_p.h>
Inheritance diagram for QGeoMercatorCoordinatePrivate:
Collaboration diagram for QGeoMercatorCoordinatePrivate:Public Member Functions | |
| QGeoMercatorCoordinatePrivate () | |
| QGeoMercatorCoordinatePrivate (const QGeoMercatorCoordinatePrivate &other) | |
| ~QGeoMercatorCoordinatePrivate () | |
Public Member Functions inherited from QGeoCoordinatePrivate | |
| QGeoCoordinatePrivate () | |
| QGeoCoordinatePrivate (const QGeoCoordinatePrivate &other) | |
| virtual | ~QGeoCoordinatePrivate () |
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 | |
| double | m_mercatorX |
| double | m_mercatorY |
Public Attributes inherited from QGeoCoordinatePrivate | |
| double | lat |
| double | lng |
| double | alt |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Additional Inherited Members | |
Static Public Member Functions inherited from QGeoCoordinatePrivate | |
| static void | atDistanceAndAzimuth (const QGeoCoordinate &coord, qreal distance, qreal azimuth, double *lon, double *lat) |
| static const QGeoCoordinatePrivate * | get (const QGeoCoordinate *c) |
Definition at line 46 of file qgeocoordinate_p.h.
| QGeoMercatorCoordinatePrivate::QGeoMercatorCoordinatePrivate | ( | ) |
Definition at line 39 of file qgeocoordinate.cpp.
| QGeoMercatorCoordinatePrivate::QGeoMercatorCoordinatePrivate | ( | const QGeoMercatorCoordinatePrivate & | other | ) |
Definition at line 45 of file qgeocoordinate.cpp.
| QGeoMercatorCoordinatePrivate::~QGeoMercatorCoordinatePrivate | ( | ) |
Definition at line 51 of file qgeocoordinate.cpp.
| double QGeoMercatorCoordinatePrivate::m_mercatorX |
Definition at line 53 of file qgeocoordinate_p.h.
Referenced by q_coordinateEastInterpolator(), q_coordinateShortestInterpolator(), q_coordinateWestInterpolator(), QQuickGeoCoordinateAnimation::setFrom(), and QQuickGeoCoordinateAnimation::setTo().
| double QGeoMercatorCoordinatePrivate::m_mercatorY |
Definition at line 54 of file qgeocoordinate_p.h.
Referenced by q_coordinateEastInterpolator(), q_coordinateShortestInterpolator(), q_coordinateWestInterpolator(), QQuickGeoCoordinateAnimation::setFrom(), and QQuickGeoCoordinateAnimation::setTo().