Searched refs:routingFeatures (Results 1 – 6 of 6) sorted by relevance
149 QFETCH(QGeoServiceProvider::RoutingFeatures, routingFeatures); in tst_features()155 QCOMPARE(provider.routingFeatures(), routingFeatures); in tst_features()178 if (provider.routingFeatures() == QGeoServiceProvider::NoRoutingFeatures) { in tst_features()
354 return (sp && (sp->routingFeatures() != QGeoServiceProvider::NoRoutingFeatures)); in supportsRouting()356 return (sp && (sp->routingFeatures() & f) == f); in supportsRouting()814 if (provider->routingFeatures() == QGeoServiceProvider::NoRoutingFeatures) in matches()817 if ((provider->routingFeatures() & routing) != routing) in matches()
149 RoutingFeatures routingFeatures() const;
300 QGeoServiceProvider::RoutingFeatures QGeoServiceProvider::routingFeatures() const in routingFeatures() function in QGeoServiceProvider
77 QCOMPARE(qgeoserviceprovider->routingFeatures(), in loadRoutingManager()
69 details see \l QGeoServiceProvider::routingFeatures(),