Home
last modified time | relevance | path

Searched refs:mappingFeatures (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/
H A Dtst_qgeoserviceprovider.cpp147 QFETCH(QGeoServiceProvider::MappingFeatures, mappingFeatures); in tst_features()
153 QCOMPARE(provider.mappingFeatures(), mappingFeatures); in tst_features()
158 if (provider.mappingFeatures() == QGeoServiceProvider::NoMappingFeatures) { in tst_features()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp305 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.h151 MappingFeatures mappingFeatures() const;
H A Dqgeoserviceprovider.cpp316 QGeoServiceProvider::MappingFeatures QGeoServiceProvider::mappingFeatures() const in mappingFeatures() function in QGeoServiceProvider