Searched refs:featureWeight (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeorouterequest.cpp | 383 …ureWeight(QGeoRouteRequest::FeatureType featureType, QGeoRouteRequest::FeatureWeight featureWeight) in setFeatureWeight() argument 385 if (featureWeight != QGeoRouteRequest::NeutralFeatureWeight) { in setFeatureWeight() 387 d_ptr->featureWeights[featureType] = featureWeight; in setFeatureWeight() 399 QGeoRouteRequest::FeatureWeight QGeoRouteRequest::featureWeight(QGeoRouteRequest::FeatureType featu… in featureWeight() function in QGeoRouteRequest
|
| H A D | qgeorouterequest.h | 136 void setFeatureWeight(FeatureType featureType, FeatureWeight featureWeight); 137 FeatureWeight featureWeight(FeatureType featureType) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/ |
| H A D | tst_qgeorouterequest.cpp | 306 void tst_QGeoRouteRequest::featureWeight() in featureWeight() function in tst_QGeoRouteRequest 314 QCOMPARE(qgeorouterequest->featureWeight(type), initialWeight); in featureWeight() 316 QCOMPARE(qgeorouterequest->featureWeight(type), expectWeight); in featureWeight()
|
| H A D | tst_qgeorouterequest.h | 73 void featureWeight();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeoroutemodel.cpp | 1231 …d QDeclarativeGeoRouteQuery::setFeatureWeight(FeatureType featureType, FeatureWeight featureWeight) in setFeatureWeight() argument 1239 …FeatureWeight originalWeight = static_cast<FeatureWeight>(request_.featureWeight(static_cast<QGeoR… in setFeatureWeight() 1240 if (featureWeight == originalWeight) in setFeatureWeight() 1244 static_cast<QGeoRouteRequest::FeatureWeight>(featureWeight)); in setFeatureWeight() 1245 …if (complete_ && ((originalWeight == NeutralFeatureWeight) || (featureWeight == NeutralFeatureWeig… in setFeatureWeight() 1281 int QDeclarativeGeoRouteQuery::featureWeight(FeatureType featureType) in featureWeight() function in QDeclarativeGeoRouteQuery 1283 return request_.featureWeight(static_cast<QGeoRouteRequest::FeatureType>(featureType)); in featureWeight()
|
| H A D | qdeclarativegeoroutemodel_p.h | 393 Q_INVOKABLE void setFeatureWeight(FeatureType featureType, FeatureWeight featureWeight); 394 Q_INVOKABLE int featureWeight(FeatureType featureType);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeoroutingmanagerengine_nokia.cpp | 179 featureWeightFlag |= request.featureWeight(featureTypeList.at(i)); in checkEngineSupport() 330 QGeoRouteRequest::FeatureWeight weight = request.featureWeight(featureTypes.at(i)); in modesRequestString()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_routing.qml | 344 … compare(emptyQuery.featureWeight(RouteQuery.TollFeature), RouteQuery.AvoidFeatureWeight); 345 … compare(emptyQuery.featureWeight(RouteQuery.HighwayFeature), RouteQuery.PreferFeatureWeight); 351 … compare(emptyQuery.featureWeight(RouteQuery.TollFeature), RouteQuery.NeutralFeatureWeight); 352 … compare(emptyQuery.featureWeight(RouteQuery.HighwayFeature), RouteQuery.PreferFeatureWeight); 354 … compare(emptyQuery.featureWeight(emptyQuery.featureTypes[0]), RouteQuery.PreferFeatureWeight)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeoroutingmanagerenginemapbox.cpp | 273 …QGeoRouteRequest::FeatureWeight trafficWeight = request.featureWeight(QGeoRouteRequest::TrafficFea… in calculateRoute()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 972 Parameter { name: "featureWeight"; type: "FeatureWeight" } 975 name: "featureWeight"
|