![]() |
Qt 6.x
The Qt SDK
|
#include <qgeoaddress_p.h>
Public Member Functions | |
QGeoAddressPrivate () | |
QGeoAddressPrivate (const QGeoAddressPrivate &other) | |
~QGeoAddressPrivate () | |
![]() | |
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 |
![]() | |
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.
Referenced by QGeoAddress::city(), QGeoAddress::clear(), QGeoAddress::isEmpty(), and QGeoAddress::setCity().
QString QGeoAddressPrivate::sCountry |
country field
Definition at line 35 of file qgeoaddress_p.h.
Referenced by QGeoAddress::clear(), QGeoAddress::country(), QGeoAddress::isEmpty(), and QGeoAddress::setCountry().
QString QGeoAddressPrivate::sCountryCode |
country code field
Definition at line 36 of file qgeoaddress_p.h.
Referenced by QGeoAddress::clear(), QGeoAddress::countryCode(), QGeoAddress::isEmpty(), and QGeoAddress::setCountryCode().
QString QGeoAddressPrivate::sCounty |
county field
Definition at line 38 of file qgeoaddress_p.h.
Referenced by QGeoAddress::clear(), QGeoAddress::county(), QGeoAddress::isEmpty(), and QGeoAddress::setCounty().
QString QGeoAddressPrivate::sDistrict |
district field
Definition at line 40 of file qgeoaddress_p.h.
Referenced by QGeoAddress::clear(), QGeoAddress::district(), QGeoAddress::isEmpty(), and QGeoAddress::setDistrict().
QString QGeoAddressPrivate::sPostalCode |
postal code field
Definition at line 43 of file qgeoaddress_p.h.
Referenced by QGeoAddress::clear(), QGeoAddress::isEmpty(), QGeoAddress::postalCode(), and QGeoAddress::setPostalCode().
QString QGeoAddressPrivate::sState |
state field
Definition at line 37 of file qgeoaddress_p.h.
Referenced by QGeoAddress::clear(), QGeoAddress::isEmpty(), QGeoAddress::setState(), and QGeoAddress::state().
QString QGeoAddressPrivate::sStreet |
street name field
Definition at line 41 of file qgeoaddress_p.h.
Referenced by QGeoAddress::clear(), QGeoAddress::isEmpty(), QGeoAddress::setStreet(), and QGeoAddress::street().
QString QGeoAddressPrivate::sStreetNumber |
street number field
Definition at line 42 of file qgeoaddress_p.h.
Referenced by QGeoAddress::clear(), QGeoAddress::isEmpty(), QGeoAddress::setStreetNumber(), and QGeoAddress::streetNumber().
QString QGeoAddressPrivate::sText |
Definition at line 44 of file qgeoaddress_p.h.
Referenced by QGeoAddress::clear(), QGeoAddress::isEmpty(), QGeoAddress::isTextGenerated(), QGeoAddress::setText(), and QGeoAddress::text().