Lines Matching refs:QGeoAddress

103 static QString formattedAddress(const QGeoAddress &address,  in formattedAddress()
342 QGeoAddress::QGeoAddress() in QGeoAddress() function in QGeoAddress
350 QGeoAddress::QGeoAddress(const QGeoAddress &other) in QGeoAddress() function in QGeoAddress
358 QGeoAddress::~QGeoAddress() in ~QGeoAddress()
366 QGeoAddress &QGeoAddress::operator=(const QGeoAddress & address) in operator =()
379 bool QGeoAddress::operator==(const QGeoAddress &other) const in operator ==()
431 QString QGeoAddress::text() const in text()
446 void QGeoAddress::setText(const QString &text) in setText()
454 QString QGeoAddress::country() const in country()
462 void QGeoAddress::setCountry(const QString &country) in setCountry()
470 QString QGeoAddress::countryCode() const in countryCode()
478 void QGeoAddress::setCountryCode(const QString &countryCode) in setCountryCode()
486 QString QGeoAddress::state() const in state()
494 void QGeoAddress::setState(const QString &state) in setState()
502 QString QGeoAddress::county() const in county()
510 void QGeoAddress::setCounty(const QString &county) in setCounty()
518 QString QGeoAddress::city() const in city()
526 void QGeoAddress::setCity(const QString &city) in setCity()
534 QString QGeoAddress::district() const in district()
542 void QGeoAddress::setDistrict(const QString &district) in setDistrict()
555 QString QGeoAddress::street() const in street()
568 void QGeoAddress::setStreet(const QString &street) in setStreet()
576 QString QGeoAddress::postalCode() const in postalCode()
584 void QGeoAddress::setPostalCode(const QString &postalCode) in setPostalCode()
593 bool QGeoAddress::isEmpty() const in isEmpty()
610 void QGeoAddress::clear() in clear()
629 bool QGeoAddress::isTextGenerated() const in isTextGenerated()