Home
last modified time | relevance | path

Searched defs:maneuver (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutesegment.cpp250 void QGeoRouteSegment::setManeuver(const QGeoManeuver &maneuver) in setManeuver()
262 QGeoManeuver QGeoRouteSegment::maneuver() const in maneuver() function in QGeoRouteSegment
344 QGeoManeuver QGeoRouteSegmentPrivate::maneuver() const in maneuver() function in QGeoRouteSegmentPrivate
349 void QGeoRouteSegmentPrivate::setManeuver(const QGeoManeuver &maneuver) in setManeuver()
456 QGeoManeuver QGeoRouteSegmentPrivateDefault::maneuver() const in maneuver() function in QGeoRouteSegmentPrivateDefault
461 void QGeoRouteSegmentPrivateDefault::setManeuver(const QGeoManeuver &maneuver) in setManeuver()
H A Dqgeorouteparserosrmv5.cpp236 static QString instructionDepart(const QJsonObject &maneuver, const QString &wayName) in instructionDepart()
531 static QString instructionRotary(const QJsonObject &step, const QJsonObject &maneuver, const QStrin… in instructionRotary()
546 static QString instructionRoundabout(const QJsonObject &maneuver, const QString &wayName) in instructionRoundabout()
649 static QString instructionUseLane(const QJsonObject &maneuver, const QString &wayName, QGeoManeuver… in instructionUseLane()
720 static QString instructionText(const QJsonObject &step, const QJsonObject &maneuver, QGeoManeuver::… in instructionText()
772 static QGeoManeuver::InstructionDirection instructionDirection(const QJsonObject &maneuver, QGeoRou… in instructionDirection()
841 QJsonObject maneuver = step.value(QLatin1String("maneuver")).toObject(); in parseStep() local
H A Dqgeorouteparserosrmv4.cpp280 QGeoManeuver maneuver; in constructRoute() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaneuver.cpp75 QDeclarativeGeoManeuver::QDeclarativeGeoManeuver(const QGeoManeuver &maneuver, QObject *parent) in QDeclarativeGeoManeuver()
H A Dqdeclarativegeoroutesegment.cpp127 QDeclarativeGeoManeuver *QDeclarativeGeoRouteSegment::maneuver() const in maneuver() function in QDeclarativeGeoRouteSegment
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/
H A Dtst_qgeoroutesegment.cpp202 void tst_QGeoRouteSegment::maneuver() in maneuver() function in tst_QGeoRouteSegment
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp198 QGeoManeuver maneuver; in parseDirection() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp249 QGeoManeuverContainer &maneuver = maneuvers[j]; in postProcessRoute() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/
H A Dtst_routing.cpp288 const QGeoManeuver maneuver = segment.maneuver(); in verifySaneRoute() local