Searched refs:routeReply (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeoroutingmanagerengineosm.cpp | 95 QGeoRouteReplyOsm *routeReply = new QGeoRouteReplyOsm(reply, request, this); in calculateRoute() local 97 connect(routeReply, SIGNAL(finished()), this, SLOT(replyFinished())); in calculateRoute() 98 connect(routeReply, SIGNAL(error(QGeoRouteReply::Error,QString)), in calculateRoute() 101 return routeReply; in calculateRoute()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | georoutingmanagerengine_esri.cpp | 103 GeoRouteReplyEsri *routeReply = new GeoRouteReplyEsri(reply, request, this); in calculateRoute() local 105 connect(routeReply, SIGNAL(finished()), this, SLOT(replyFinished())); in calculateRoute() 106 …connect(routeReply, SIGNAL(error(QGeoRouteReply::Error,QString)), this, SLOT(replyError(QGeoRouteR… in calculateRoute() 108 return routeReply; in calculateRoute()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeoroutereplymapbox.cpp | 128 QByteArray routeReply = reply->readAll(); in networkReplyFinished() local 129 QGeoRouteReply::Error error = parser->parseReply(routes, errorString, routeReply); in networkReplyFinished() 139 metadata["osrm.reply-json"] = routeReply; in networkReplyFinished()
|
| H A D | qgeoroutingmanagerenginemapbox.cpp | 286 QGeoRouteReplyMapbox *routeReply = new QGeoRouteReplyMapbox(reply, request, this); in calculateRoute() local 288 connect(routeReply, SIGNAL(finished()), this, SLOT(replyFinished())); in calculateRoute() 289 connect(routeReply, SIGNAL(error(QGeoRouteReply::Error,QString)), in calculateRoute() 292 return routeReply; in calculateRoute()
|