Searched defs:maneuver (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoroutesegment.cpp | 250 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 D | qgeorouteparserosrmv5.cpp | 236 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 D | qgeorouteparserosrmv4.cpp | 280 QGeoManeuver maneuver; in constructRoute() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomaneuver.cpp | 75 QDeclarativeGeoManeuver::QDeclarativeGeoManeuver(const QGeoManeuver &maneuver, QObject *parent) in QDeclarativeGeoManeuver()
|
| H A D | qdeclarativegeoroutesegment.cpp | 127 QDeclarativeGeoManeuver *QDeclarativeGeoRouteSegment::maneuver() const in maneuver() function in QDeclarativeGeoRouteSegment
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/ |
| H A D | tst_qgeoroutesegment.cpp | 202 void tst_QGeoRouteSegment::maneuver() in maneuver() function in tst_QGeoRouteSegment
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | georoutejsonparser_esri.cpp | 198 QGeoManeuver maneuver; in parseDirection() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeoroutexmlparser.cpp | 249 QGeoManeuverContainer &maneuver = maneuvers[j]; in postProcessRoute() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/ |
| H A D | tst_routing.cpp | 288 const QGeoManeuver maneuver = segment.maneuver(); in verifySaneRoute() local
|