Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ sCountry

QString QGeoAddressPrivate::sCountry

country field

Definition at line 35 of file qgeoaddress_p.h.

◆ sCountryCode

QString QGeoAddressPrivate::sCountryCode

country code field

Definition at line 36 of file qgeoaddress_p.h.

◆ sCounty

QString QGeoAddressPrivate::sCounty

county field

Definition at line 38 of file qgeoaddress_p.h.

◆ sDistrict

QString QGeoAddressPrivate::sDistrict

district field

Definition at line 40 of file qgeoaddress_p.h.

◆ sPostalCode

QString QGeoAddressPrivate::sPostalCode

postal code field

Definition at line 43 of file qgeoaddress_p.h.

◆ sState

QString QGeoAddressPrivate::sState

state field

Definition at line 37 of file qgeoaddress_p.h.

◆ sStreet

QString QGeoAddressPrivate::sStreet

street name field

Definition at line 41 of file qgeoaddress_p.h.

◆ sStreetNumber

QString QGeoAddressPrivate::sStreetNumber

street number field

Definition at line 42 of file qgeoaddress_p.h.

◆ sText

QString QGeoAddressPrivate::sText

Definition at line 44 of file qgeoaddress_p.h.


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