| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeoaddress.cpp | 116 << address.city() << newLine); in formattedAddress() 132 << address.city() << newLine); in formattedAddress() 138 << address.city() << newLine); in formattedAddress() 142 …text += addressLine(QStringList() << (address.district().isEmpty() ? address.city() : address.dist… in formattedAddress() 148 << address.city() << Comma << address.state() << newLine); in formattedAddress() 153 … << address.city() << Dash << address.state() << Space << address.postalCode() << newLine); in formattedAddress() 161 << address.city() << Space << address.postalCode() << newLine); in formattedAddress() 167 text += addressLine(QStringList() << address.city() << Comma << address.state() << Space in formattedAddress() 171 … text += addressLine(QStringList() << address.street() << Comma << address.city() << newLine); in formattedAddress() 177 << address.district() << Comma << address.city() << Comma in formattedAddress() [all …]
|
| H A D | qgeoaddress.h | 79 QString city() const; 80 void setCity(const QString &city);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/ |
| H A D | appmodel.cpp | 150 QString city; member in AppModelPrivate 237 d->city = "Brisbane"; in AppModel() 307 d->city = "Brisbane"; in positionError() 341 const QString city = jv.toString(); in handleGeoNetworkData() local 342 qCDebug(requestsLog) << "got city: " << city; in handleGeoNetworkData() 343 if (city != d->city) { in handleGeoNetworkData() 344 d->city = city; in handleGeoNetworkData() 356 if (d->city.isEmpty()) { in refreshWeather() 364 query.addQueryItem("q", d->city); in refreshWeather() 420 query.addQueryItem("q", d->city); in handleWeatherNetworkData() [all …]
|
| H A D | weatherinfo.qml | 116 … text: (model.hasValidCity ? model.city : "Unknown location") + (model.useGps ? " (GPS)" : "") 127 model.city = "Brisbane" 129 switch (model.city) { 131 model.city = "Oslo" 134 model.city = "Helsinki" 137 model.city = "New York"
|
| H A D | appmodel.h | 125 Q_PROPERTY(QString city 126 READ city WRITE setCity 147 QString city() const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativegeoaddress.cpp | 116 setCity(address.city()); in setAddress() 253 QString QDeclarativeGeoAddress::city() const in city() function in QDeclarativeGeoAddress 255 return m_address.city(); in city() 258 void QDeclarativeGeoAddress::setCity(const QString &city) in setCity() argument 260 if (m_address.city() == city) in setCity() 263 m_address.setCity(city); in setCity()
|
| H A D | qdeclarativegeoaddress_p.h | 70 Q_PROPERTY(QString city READ city WRITE setCity NOTIFY cityChanged) 93 QString city() const; 94 void setCity(const QString &city);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/ |
| H A D | Geocode.qml | 63 address.city = city.text 72 city.text = "" 84 city.text = address.city
|
| H A D | RouteAddress.qml | 67 fromAddress.city = fromCity.text 70 toAddress.city = toCity.text 93 fromCity.text = fromAddress.city 96 toCity.text = toAddress.city
|
| H A D | GeocodeForm.ui.qml | 60 property alias city: city 122 id: city
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/ |
| H A D | tst_qgeocodingmanager.cpp | 149 QString city = "Berlin"; in geocode() local 150 address->setCity(city); in geocode() 154 QCOMPARE(reply->errorString(),city); in geocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodingmanagerengine_nokia.cpp | 146 if (!address.city().isEmpty()) in geocode() 147 parts << address.city(); in geocode() 166 if (!address.city().isEmpty()) { in geocode() 168 requestString += address.city(); in geocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeocodingmanagerenginemapbox.cpp | 112 if (!address.city().isEmpty()) { in geocode() 113 addressString.append(address.city()); in geocode()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/geoip/files/ |
| H A D | run-ptest | 4 for i in ./benchmark ./test-geoip-city ; do
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/geoip/ |
| H A D | geoip_1.6.12.bb | 1 SUMMARY = "C library for country/city/organization to IP address or hostname mapping" 80 ${S}/test/test-geoip-city.c \
|
| H A D | geoip-perl_1.51.bb | 6 DESCRIPTION = "perl library for country/city/organization to IP address or hostname mapping"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_geocoding.qml | 216 Address {id: address1; street: "wellknown street"; city: "expected city"; county: "2"} 222 Address {id: slackAddress1; street: "Slacker st"; city: "Lazy town"; county: "4"} 225 Address {id: automaticAddress1; street: "Auto st"; city: "Detroit"; county: "4"} 473 compare (testModel.get(0).address.city, "expected city")
|
| H A D | tst_coordinate.qml | 55 city: "Eight Mile Plains" 115 compare (testLocation.address.city, "Eight Mile Plains") 124 compare(invalidLocation.address.city, "")
|
| H A D | tst_place.qml | 70 city: "city" 215 if (place1.location.address.city !== place2.location.address.city) 280 compare(emptyPlace.location.address.city, '');
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/doc/src/ |
| H A D | weatherinfo.qdoc | 71 of the returned coordinate to retrieve the current "city" name for use 77 when a new city is used, and the weatherChanged() signal whenever a
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/ |
| H A D | MapComponent.qml | 88 …var street, district, city, county, state, countryCode, country, postalCode, latitude, longitude, … 93 city = geocodeModel.get(0).address.city 104 if (city) text +="<b>City: </b>"+ city + " <br/>"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/ |
| H A D | qgeocodingmanagerengine_test.h | 89 geocodereply->callSetError(QGeoCodeReply::NoError,address.city()); in geocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/data/ |
| H A D | TestAddress.qml | 32 city: "Brisbane"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/ |
| H A D | tst_qgeoaddress.cpp | 94 QVERIFY2(testObj.city() == QString(), "Wrong default value"); in cityTest() 96 QVERIFY2(testObj.city() == "testText", "Wrong value returned"); in cityTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geocodingmanagerengine_esri.cpp | 69 + address.city() + QStringLiteral(", ") in addressToQuery()
|