Home
last modified time | relevance | path

Searched refs:featureWeights (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouterequest.cpp387 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 ==()
H A Dqgeoroutingmanagerengine.cpp255 …eoRoutingManagerEngine::setSupportedFeatureWeights(QGeoRouteRequest::FeatureWeights featureWeights) in setSupportedFeatureWeights() argument
257 d_ptr->supportedFeatureWeights = featureWeights; in setSupportedFeatureWeights()
H A Dqgeorouterequest_p.h76 QGeoRouteRequest::FeatureWeight > featureWeights; variable
H A Dqgeoroutingmanagerengine.h82 void setSupportedFeatureWeights(QGeoRouteRequest::FeatureWeights featureWeights);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp75 QGeoRouteRequest::FeatureWeights featureWeights; in QGeoRoutingManagerEngineNokia() local
76 featureWeights |= QGeoRouteRequest::DisallowFeatureWeight; in QGeoRoutingManagerEngineNokia()
77 featureWeights |= QGeoRouteRequest::AvoidFeatureWeight; in QGeoRoutingManagerEngineNokia()
78 featureWeights |= QGeoRouteRequest::PreferFeatureWeight; in QGeoRoutingManagerEngineNokia()
79 setSupportedFeatureWeights(featureWeights); in QGeoRoutingManagerEngineNokia()