Home
last modified time | relevance | path

Searched refs:NeutralFeatureWeight (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp293 << QGeoRouteRequest::NeutralFeatureWeight in featureWeight_data()
295 << QGeoRouteRequest::NeutralFeatureWeight; in featureWeight_data()
297 << QGeoRouteRequest::NeutralFeatureWeight in featureWeight_data()
301 << QGeoRouteRequest::NeutralFeatureWeight in featureWeight_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouterequest.cpp385 if (featureWeight != QGeoRouteRequest::NeutralFeatureWeight) { in setFeatureWeight()
401 return d_ptr->featureWeights.value(featureType, QGeoRouteRequest::NeutralFeatureWeight); in featureWeight()
H A Dqgeoroutingmanagerengine.cpp258 d_ptr->supportedFeatureWeights |= QGeoRouteRequest::NeutralFeatureWeight; in setSupportedFeatureWeights()
H A Dqgeorouterequest.h79 NeutralFeatureWeight = 0x00000000, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp175 QGeoRouteRequest::FeatureWeights featureWeightFlag = QGeoRouteRequest::NeutralFeatureWeight; in checkEngineSupport()
332 if (weight == QGeoRouteRequest::NeutralFeatureWeight) in modesRequestString()
346 case QGeoRouteRequest::NeutralFeatureWeight: in modesRequestString()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel_p.h341 NeutralFeatureWeight = QGeoRouteRequest::NeutralFeatureWeight, enumerator
H A Dqdeclarativegeoroutemodel.cpp1245 …if (complete_ && ((originalWeight == NeutralFeatureWeight) || (featureWeight == NeutralFeatureWeig… in setFeatureWeight()
1265 request_.setFeatureWeight(featureTypes.at(i), QGeoRouteRequest::NeutralFeatureWeight); in resetFeatureWeights()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoroutingmanagerengine_test.h123 QGeoRouteRequest::NeutralFeatureWeight | QGeoRouteRequest::PreferFeatureWeight | in QGeoRoutingManagerEngineTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml347 emptyQuery.setFeatureWeight(RouteQuery.TollFeature, RouteQuery.NeutralFeatureWeight);
351 … compare(emptyQuery.featureWeight(RouteQuery.TollFeature), RouteQuery.NeutralFeatureWeight);
365 emptyQuery.setFeatureWeight(RouteQuery.NoFeature, RouteQuery.NeutralFeatureWeight)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes884 "NeutralFeatureWeight": 0,