Searched refs:mappingFeatures (Results 1 – 4 of 4) sorted by relevance
147 QFETCH(QGeoServiceProvider::MappingFeatures, mappingFeatures); in tst_features()153 QCOMPARE(provider.mappingFeatures(), mappingFeatures); in tst_features()158 if (provider.mappingFeatures() == QGeoServiceProvider::NoMappingFeatures) { in tst_features()
305 return (sp && (sp->mappingFeatures() != QGeoServiceProvider::NoMappingFeatures)); in supportsMapping()307 return (sp && (sp->mappingFeatures() & f) == f); in supportsMapping()803 if (provider->mappingFeatures() == QGeoServiceProvider::NoMappingFeatures) in matches()806 if ((provider->mappingFeatures() & mapping) != mapping) in matches()
151 MappingFeatures mappingFeatures() const;
316 QGeoServiceProvider::MappingFeatures QGeoServiceProvider::mappingFeatures() const in mappingFeatures() function in QGeoServiceProvider