Searched refs:placesFeatures (Results 1 – 7 of 7) sorted by relevance
412 return (sp && (sp->placesFeatures() != QGeoServiceProvider::NoPlacesFeatures)); in supportsPlaces()414 return (sp && (sp->placesFeatures() & f) == f); in supportsPlaces()836 if (provider->placesFeatures() == QGeoServiceProvider::NoPlacesFeatures) in matches()839 if ((provider->placesFeatures() & places) != places) in matches()
156 QCOMPARE(provider.placesFeatures(), placeFeatures); in tst_features()187 if (provider.placesFeatures() == QGeoServiceProvider::NoPlacesFeatures) { in tst_features()
152 PlacesFeatures placesFeatures() const;
324 QGeoServiceProvider::PlacesFeatures QGeoServiceProvider::placesFeatures() const in placesFeatures() function in QGeoServiceProvider
94 QCOMPARE(provider->placesFeatures() & QGeoServiceProvider::OfflinePlacesFeature, in initTestCase()
116 QCOMPARE(m_provider->placesFeatures(), QGeoServiceProvider::NoPlacesFeatures); in testMetadata()
70 \l QGeoServiceProvider::geocodingFeatures() and \l QGeoServiceProvider::placesFeatures().