Home
last modified time | relevance | path

Searched refs:setCounty (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeoaddress.cpp115 setCounty(address.county()); in setAddress()
236 void QDeclarativeGeoAddress::setCounty(const QString &county) in setCounty() function in QDeclarativeGeoAddress
241 m_address.setCounty(county); in setCounty()
H A Dqdeclarativegeoaddress_p.h69 Q_PROPERTY(QString county READ county WRITE setCounty NOTIFY countyChanged)
92 void setCounty(const QString &county);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoaddress.h77 void setCounty(const QString &county);
H A Dqgeoaddress.cpp510 void QGeoAddress::setCounty(const QString &county) in setCounty() function in QGeoAddress
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/
H A Dtst_qgeoaddress.cpp119 testObj.setCounty("testText"); in countyTest()
530 testObj.setCounty(QStringLiteral("county")); in emptyClearTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacesearchreply_esri.cpp184 geoAddress.setCounty(keys.value(kRegionKey)); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h213 address.setCounty(QString::number(offset)); in setLocations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp331 address.setCounty(addr.value("County").toString()); in parseLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp191 address.setCounty(addressObject.value(QLatin1String("county")).toString()); in replyFinished()