Searched refs:updateRoute (Results 1 – 8 of 8) sorted by relevance
265 QGeoRouteReply *QGeoRoutingManager::updateRoute(const QGeoRoute &route, const QGeoCoordinate &posit… in updateRoute() function in QGeoRoutingManager267 return d_ptr->engine->updateRoute(route, position); in updateRoute()
61 QGeoRouteReply *updateRoute(const QGeoRoute &route, const QGeoCoordinate &position);
61 virtual QGeoRouteReply *updateRoute(const QGeoRoute &route, const QGeoCoordinate &position);
197 QGeoRouteReply *QGeoRoutingManagerEngine::updateRoute(const QGeoRoute &route, const QGeoCoordinate … in updateRoute() function in QGeoRoutingManagerEngine
65 QGeoRouteReply* updateRoute(const QGeoRoute &route, const QGeoCoordinate &position) in updateRoute() function
139 QGeoRouteReply *QGeoRoutingManagerEngineNokia::updateRoute(const QGeoRoute &route, const QGeoCoordi… in updateRoute() function in QGeoRoutingManagerEngineNokia
154 reply = qgeoroutingmanager->updateRoute(*route, *position); in update()