Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGeoCoordinatePrivate Class Reference

#include <qgeocoordinate_p.h>

+ Inheritance diagram for QGeoCoordinatePrivate:
+ Collaboration diagram for QGeoCoordinatePrivate:

Public Member Functions

 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.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Static Public Member Functions

static void atDistanceAndAzimuth (const QGeoCoordinate &coord, qreal distance, qreal azimuth, double *lon, double *lat)
 
static const QGeoCoordinatePrivateget (const QGeoCoordinate *c)
 

Public Attributes

double lat
 
double lng
 
double alt
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 24 of file qgeocoordinate_p.h.

Constructor & Destructor Documentation

◆ QGeoCoordinatePrivate() [1/2]

QGeoCoordinatePrivate::QGeoCoordinatePrivate ( )

Definition at line 22 of file qgeocoordinate.cpp.

◆ QGeoCoordinatePrivate() [2/2]

QGeoCoordinatePrivate::QGeoCoordinatePrivate ( const QGeoCoordinatePrivate & other)

Definition at line 28 of file qgeocoordinate.cpp.

◆ ~QGeoCoordinatePrivate()

QGeoCoordinatePrivate::~QGeoCoordinatePrivate ( )
virtual

Definition at line 35 of file qgeocoordinate.cpp.

Member Function Documentation

◆ atDistanceAndAzimuth()

void QGeoCoordinatePrivate::atDistanceAndAzimuth ( const QGeoCoordinate & coord,
qreal distance,
qreal azimuth,
double * lon,
double * lat )
static

Definition at line 446 of file qgeocoordinate.cpp.

References lat, qDegreesToRadians(), qgeocoordinate_EARTH_MEAN_RADIUS, and qRadiansToDegrees().

Referenced by QGeoCoordinate::atDistanceAndAzimuth().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ get()

static const QGeoCoordinatePrivate * QGeoCoordinatePrivate::get ( const QGeoCoordinate * c)
inlinestatic

Definition at line 41 of file qgeocoordinate_p.h.

Referenced by q_coordinateEastInterpolator(), q_coordinateShortestInterpolator(), and q_coordinateWestInterpolator().

+ Here is the caller graph for this function:

Member Data Documentation

◆ alt

◆ lat

◆ lng


The documentation for this class was generated from the following files: