Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/
H A Dtst_qgeoroute.cpp204 qgeoroute->setRouteId(text); in routeId()
275 qgeoroute->setRouteId("RouteId 111"); in operators()
280 qgeoroutecopy->setRouteId("RouteId 666"); in operators()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.h66 void setRouteId(const QString &id);
H A Dqgeoroute.cpp153 void QGeoRoute::setRouteId(const QString &id) in setRouteId() function in QGeoRoute
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp137 geoRoute.setRouteId(direction.value(kDirectionsRouteNameKey).toString()); in parseDirection()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp152 route->setRouteId(m_reader->readElementText()); in parseRoute()