Searched refs:supportedFeatureWeights (Results 1 – 7 of 7) sorted by relevance
257 d_ptr->supportedFeatureWeights = featureWeights; in setSupportedFeatureWeights()258 d_ptr->supportedFeatureWeights |= QGeoRouteRequest::NeutralFeatureWeight; in setSupportedFeatureWeights()265 QGeoRouteRequest::FeatureWeights QGeoRoutingManagerEngine::supportedFeatureWeights() const in supportedFeatureWeights() function in QGeoRoutingManagerEngine267 return d_ptr->supportedFeatureWeights; in supportedFeatureWeights()
291 QGeoRouteRequest::FeatureWeights QGeoRoutingManager::supportedFeatureWeights() const in supportedFeatureWeights() function in QGeoRoutingManager293 return d_ptr->engine->supportedFeatureWeights(); in supportedFeatureWeights()
69 QGeoRouteRequest::FeatureWeights supportedFeatureWeights; variable
65 QGeoRouteRequest::FeatureWeights supportedFeatureWeights() const;
93 QCOMPARE(qgeoroutingmanager->supportedFeatureWeights(),QGeoRouteRequest::PreferFeatureWeight); in supports()
185 if ((featureWeightFlag & supportedFeatureWeights()) != featureWeightFlag) in checkEngineSupport()