![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeolocation_p.h>
Public Member Functions | |
QGeoLocationPrivate () | |
QGeoLocationPrivate (const QGeoLocationPrivate &other) | |
~QGeoLocationPrivate () | |
bool | operator== (const QGeoLocationPrivate &other) const |
bool | isEmpty () const |
![]() | |
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 | |
QGeoAddress | address |
QGeoCoordinate | coordinate |
QGeoShape | viewport |
QVariantMap | extendedAttributes |
![]() | |
QAtomicInt | ref |
Definition at line 27 of file qgeolocation_p.h.
QT_BEGIN_NAMESPACE QGeoLocationPrivate::QGeoLocationPrivate | ( | ) |
Definition at line 11 of file qgeolocation.cpp.
QGeoLocationPrivate::QGeoLocationPrivate | ( | const QGeoLocationPrivate & | other | ) |
Definition at line 16 of file qgeolocation.cpp.
QGeoLocationPrivate::~QGeoLocationPrivate | ( | ) |
Definition at line 25 of file qgeolocation.cpp.
bool QGeoLocationPrivate::isEmpty | ( | ) | const |
Definition at line 38 of file qgeolocation.cpp.
bool QGeoLocationPrivate::operator== | ( | const QGeoLocationPrivate & | other | ) | const |
Definition at line 29 of file qgeolocation.cpp.
QGeoAddress QGeoLocationPrivate::address |
Definition at line 39 of file qgeolocation_p.h.
QGeoCoordinate QGeoLocationPrivate::coordinate |
Definition at line 40 of file qgeolocation_p.h.
QVariantMap QGeoLocationPrivate::extendedAttributes |
Definition at line 42 of file qgeolocation_p.h.
QGeoShape QGeoLocationPrivate::viewport |
Definition at line 41 of file qgeolocation_p.h.