![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeoaddress_p.h>
Public Member Functions | |
| QGeoAddressPrivate () | |
| QGeoAddressPrivate (const QGeoAddressPrivate &other) | |
| ~QGeoAddressPrivate () | |
| 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 | |
| QString | sCountry |
| country field | |
| QString | sCountryCode |
| country code field | |
| QString | sState |
| state field | |
| QString | sCounty |
| county field | |
| QString | sCity |
| city field | |
| QString | sDistrict |
| district field | |
| QString | sStreet |
| street name field | |
| QString | sStreetNumber |
| street number field | |
| QString | sPostalCode |
| postal code field | |
| QString | sText |
| bool | m_autoGeneratedText |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 28 of file qgeoaddress_p.h.
| QGeoAddressPrivate::QGeoAddressPrivate | ( | ) |
Definition at line 308 of file qgeoaddress.cpp.
| QGeoAddressPrivate::QGeoAddressPrivate | ( | const QGeoAddressPrivate & | other | ) |
Definition at line 314 of file qgeoaddress.cpp.
| QGeoAddressPrivate::~QGeoAddressPrivate | ( | ) |
Definition at line 330 of file qgeoaddress.cpp.
| bool QGeoAddressPrivate::m_autoGeneratedText |
Definition at line 45 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sCity |
city field
Definition at line 39 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sCountry |
country field
Definition at line 35 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sCountryCode |
country code field
Definition at line 36 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sCounty |
county field
Definition at line 38 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sDistrict |
district field
Definition at line 40 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sPostalCode |
postal code field
Definition at line 43 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sState |
state field
Definition at line 37 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sStreet |
street name field
Definition at line 41 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sStreetNumber |
street number field
Definition at line 42 of file qgeoaddress_p.h.
| QString QGeoAddressPrivate::sText |
Definition at line 44 of file qgeoaddress_p.h.