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
QGeoAddressPrivate Class Reference

#include <qgeoaddress_p.h>

+ Inheritance diagram for QGeoAddressPrivate:
+ Collaboration diagram for QGeoAddressPrivate:

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.
 
QSharedDataoperator= (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
 

Detailed Description

Definition at line 28 of file qgeoaddress_p.h.

Constructor & Destructor Documentation

◆ QGeoAddressPrivate() [1/2]

QGeoAddressPrivate::QGeoAddressPrivate ( )

Definition at line 308 of file qgeoaddress.cpp.

◆ QGeoAddressPrivate() [2/2]

QGeoAddressPrivate::QGeoAddressPrivate ( const QGeoAddressPrivate & other)

Definition at line 314 of file qgeoaddress.cpp.

◆ ~QGeoAddressPrivate()

QGeoAddressPrivate::~QGeoAddressPrivate ( )

Definition at line 330 of file qgeoaddress.cpp.

Member Data Documentation

◆ m_autoGeneratedText

bool QGeoAddressPrivate::m_autoGeneratedText

Definition at line 45 of file qgeoaddress_p.h.

◆ sCity

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().

◆ sCountry

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().

◆ sCountryCode

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().

◆ sCounty

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().

◆ sDistrict

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().

◆ sPostalCode

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().

◆ sState

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().

◆ sStreet

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().

◆ sStreetNumber

QString QGeoAddressPrivate::sStreetNumber

◆ sText


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