Home
last modified time | relevance | path

Searched defs:legs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.cpp308 void QGeoRoute::setRouteLegs(const QList<QGeoRouteLeg> &legs) in setRouteLegs()
661 void QGeoRoutePrivateDefault::setRouteLegs(const QList<QGeoRouteLeg> &legs) in setRouteLegs()
H A Dqgeorouteparserosrmv5.cpp938 QJsonArray legs = routeObject.value(QLatin1String("legs")).toArray(); in parseReply() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute.cpp341 QList<QObject *> QDeclarativeGeoRoute::legs() in legs() function in QDeclarativeGeoRoute