Searched refs:featureWeights (Results 1 – 5 of 5) sorted by relevance
387 d_ptr->featureWeights[featureType] = featureWeight; in setFeatureWeight()389 d_ptr->featureWeights.remove(featureType); in setFeatureWeight()401 return d_ptr->featureWeights.value(featureType, QGeoRouteRequest::NeutralFeatureWeight); in featureWeight()410 return d_ptr->featureWeights.keys(); in featureTypes()534 featureWeights(other.featureWeights), in QGeoRouteRequestPrivate()549 && (featureWeights == other.featureWeights) in operator ==()
255 …eoRoutingManagerEngine::setSupportedFeatureWeights(QGeoRouteRequest::FeatureWeights featureWeights) in setSupportedFeatureWeights() argument257 d_ptr->supportedFeatureWeights = featureWeights; in setSupportedFeatureWeights()
76 QGeoRouteRequest::FeatureWeight > featureWeights; variable
82 void setSupportedFeatureWeights(QGeoRouteRequest::FeatureWeights featureWeights);
75 QGeoRouteRequest::FeatureWeights featureWeights; in QGeoRoutingManagerEngineNokia() local76 featureWeights |= QGeoRouteRequest::DisallowFeatureWeight; in QGeoRoutingManagerEngineNokia()77 featureWeights |= QGeoRouteRequest::AvoidFeatureWeight; in QGeoRoutingManagerEngineNokia()78 featureWeights |= QGeoRouteRequest::PreferFeatureWeight; in QGeoRoutingManagerEngineNokia()79 setSupportedFeatureWeights(featureWeights); in QGeoRoutingManagerEngineNokia()