Searched refs:TollFeature (Results 1 – 9 of 9) sorted by relevance
52 setSupportedFeatureTypes(QGeoRouteRequest::TollFeature); in QGeoRoutingManagerEngineTest()
66 TollFeature = 0x00000001, enumerator
328 TollFeature = QGeoRouteRequest::TollFeature, enumerator
92 QCOMPARE(qgeoroutingmanager->supportedFeatureTypes(),QGeoRouteRequest::TollFeature); in supports()
67 featureTypes |= QGeoRouteRequest::TollFeature; in QGeoRoutingManagerEngineNokia()355 case QGeoRouteRequest::TollFeature: in modesRequestString()
117 QGeoRouteRequest::NoFeature | QGeoRouteRequest::TollFeature | in QGeoRoutingManagerEngineTest()
334 emptyQuery.setFeatureWeight(RouteQuery.TollFeature, RouteQuery.AvoidFeatureWeight);341 compare(emptyQuery.featureTypes[0], RouteQuery.TollFeature)344 … compare(emptyQuery.featureWeight(RouteQuery.TollFeature), RouteQuery.AvoidFeatureWeight);347 emptyQuery.setFeatureWeight(RouteQuery.TollFeature, RouteQuery.NeutralFeatureWeight);351 … compare(emptyQuery.featureWeight(RouteQuery.TollFeature), RouteQuery.NeutralFeatureWeight);
296 QTest::newRow("TollFeature") << QGeoRouteRequest::TollFeature << true in featureWeight_data()
870 "TollFeature": 1,