Home
last modified time | relevance | path

Searched refs:QGeoManeuver (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv5.cpp168 static QString instructionArrive(QGeoManeuver::InstructionDirection direction) in instructionArrive()
171 case QGeoManeuver::DirectionForward: in instructionArrive()
173 case QGeoManeuver::DirectionUTurnLeft: in instructionArrive()
174 case QGeoManeuver::DirectionHardLeft: in instructionArrive()
175 case QGeoManeuver::DirectionLeft: in instructionArrive()
176 case QGeoManeuver::DirectionLightLeft: in instructionArrive()
177 case QGeoManeuver::DirectionBearLeft: in instructionArrive()
179 case QGeoManeuver::DirectionUTurnRight: in instructionArrive()
180 case QGeoManeuver::DirectionHardRight: in instructionArrive()
181 case QGeoManeuver::DirectionRight: in instructionArrive()
[all …]
H A Dqgeomaneuver.cpp123 QGeoManeuver::QGeoManeuver() in QGeoManeuver() function in QGeoManeuver
129 QGeoManeuver::QGeoManeuver(const QGeoManeuver &other) in QGeoManeuver() function in QGeoManeuver
135 QGeoManeuver::~QGeoManeuver() {} in ~QGeoManeuver()
141 QGeoManeuver &QGeoManeuver::operator= (const QGeoManeuver & other) in operator =()
153 bool QGeoManeuver::operator== (const QGeoManeuver &other) const in operator ==()
162 bool QGeoManeuver::operator!= (const QGeoManeuver &other) const in operator !=()
173 bool QGeoManeuver::isValid() const in isValid()
182 void QGeoManeuver::setPosition(const QGeoCoordinate &position) in setPosition()
191 QGeoCoordinate QGeoManeuver::position() const in position()
199 void QGeoManeuver::setInstructionText(const QString &instructionText) in setInstructionText()
[all …]
H A Dqgeomaneuver.h51 class Q_LOCATION_EXPORT QGeoManeuver
70 QGeoManeuver();
71 QGeoManeuver(const QGeoManeuver &other);
72 ~QGeoManeuver();
74 QGeoManeuver &operator= (const QGeoManeuver &other);
76 bool operator== (const QGeoManeuver &other) const;
77 bool operator!= (const QGeoManeuver &other) const;
103 QGeoManeuver(const QSharedDataPointer<QGeoManeuverPrivate> &dd);
H A Dqgeorouteparserosrmv4.cpp89 static QGeoManeuver::InstructionDirection osrmInstructionDirection(const QString &instructionCode, … in osrmInstructionDirection()
92 return QGeoManeuver::NoDirection; in osrmInstructionDirection()
94 return QGeoManeuver::DirectionForward; in osrmInstructionDirection()
96 return QGeoManeuver::DirectionBearRight; in osrmInstructionDirection()
98 return QGeoManeuver::DirectionRight; in osrmInstructionDirection()
100 return QGeoManeuver::DirectionHardRight; in osrmInstructionDirection()
104 return QGeoManeuver::DirectionUTurnLeft; in osrmInstructionDirection()
106 return QGeoManeuver::DirectionUTurnRight; in osrmInstructionDirection()
108 return QGeoManeuver::DirectionUTurnLeft; in osrmInstructionDirection()
110 return QGeoManeuver::DirectionHardLeft; in osrmInstructionDirection()
[all …]
H A Dqgeoroutesegment_p.h89 virtual QGeoManeuver maneuver() const;
90 virtual void setManeuver(const QGeoManeuver &maneuver);
129 virtual QGeoManeuver maneuver() const override;
130 virtual void setManeuver(const QGeoManeuver &maneuver) override;
138 QGeoManeuver m_maneuver;
H A Dqgeoroutesegment.cpp250 void QGeoRouteSegment::setManeuver(const QGeoManeuver &maneuver) in setManeuver()
262 QGeoManeuver QGeoRouteSegment::maneuver() const in maneuver()
344 QGeoManeuver QGeoRouteSegmentPrivate::maneuver() const in maneuver()
346 return QGeoManeuver(); in maneuver()
349 void QGeoRouteSegmentPrivate::setManeuver(const QGeoManeuver &maneuver) in setManeuver()
456 QGeoManeuver QGeoRouteSegmentPrivateDefault::maneuver() const in maneuver()
461 void QGeoRouteSegmentPrivateDefault::setManeuver(const QGeoManeuver &maneuver) in setManeuver()
H A Dqgeomaneuver_p.h82 virtual QGeoManeuver::InstructionDirection direction() const;
83 virtual void setDirection(QGeoManeuver::InstructionDirection direction);
121 virtual QGeoManeuver::InstructionDirection direction() const override;
122 virtual void setDirection(QGeoManeuver::InstructionDirection direction) override;
140 QGeoManeuver::InstructionDirection m_direction;
H A Dqgeoroutesegment.h47 class QGeoManeuver; variable
78 void setManeuver(const QGeoManeuver &maneuver);
79 QGeoManeuver maneuver() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeomaneuver/
H A Dtst_qgeomaneuver.cpp46 class QGeoManeuverAlt : public QGeoManeuver
50 : QGeoManeuver(QSharedDataPointer<QGeoManeuverPrivate>(new QGeoManeuverPrivateDefaultAlt())) in QGeoManeuverAlt()
72 qgeomaneuver = new QGeoManeuver(); in init()
85 QCOMPARE(qgeomaneuver->direction(),QGeoManeuver::NoDirection); in constructor()
93 QGeoManeuver *qgeomaneuvercopy = new QGeoManeuver (*qgeomaneuver); in copy_constructor()
102 QGeoManeuver *qgeomaneuvercopy; in destructor()
104 qgeomaneuvercopy = new QGeoManeuver(); in destructor()
107 qgeomaneuvercopy = new QGeoManeuver(*qgeomaneuver); in destructor()
113 QFETCH(QGeoManeuver::InstructionDirection,direction); in direction()
121 QTest::addColumn<QGeoManeuver::InstructionDirection>("direction"); in direction_data()
[all …]
H A Dtst_qgeomaneuver.h76 QGeoManeuver *qgeomaneuver;
82 Q_DECLARE_METATYPE (QGeoManeuver::InstructionDirection);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaneuver_p.h78 NoDirection = QGeoManeuver::NoDirection,
79 DirectionForward = QGeoManeuver::DirectionForward,
80 DirectionBearRight = QGeoManeuver::DirectionBearRight,
81 DirectionLightRight = QGeoManeuver::DirectionLightRight,
82 DirectionRight = QGeoManeuver::DirectionRight,
83 DirectionHardRight = QGeoManeuver::DirectionHardRight,
84 DirectionUTurnRight = QGeoManeuver::DirectionUTurnRight,
85 DirectionUTurnLeft = QGeoManeuver::DirectionUTurnLeft,
86 DirectionHardLeft = QGeoManeuver::DirectionHardLeft,
87 DirectionLeft = QGeoManeuver::DirectionLeft,
[all …]
H A Dqdeclarativegeomaneuver.cpp75 QDeclarativeGeoManeuver::QDeclarativeGeoManeuver(const QGeoManeuver &maneuver, QObject *parent) in QDeclarativeGeoManeuver()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp159 static const QMap<QString, QGeoManeuver::InstructionDirection> esriDirectionsManeuverTypes in parseDirection()
161 { QStringLiteral("esriDMTUnknown"), QGeoManeuver::NoDirection }, in parseDirection()
162 { QStringLiteral("esriDMTStop"), QGeoManeuver::NoDirection }, in parseDirection()
163 { QStringLiteral("esriDMTStraight"), QGeoManeuver::DirectionForward }, in parseDirection()
164 { QStringLiteral("esriDMTBearLeft"), QGeoManeuver::DirectionBearLeft }, in parseDirection()
165 { QStringLiteral("esriDMTBearRight"), QGeoManeuver::DirectionBearRight }, in parseDirection()
166 { QStringLiteral("esriDMTTurnLeft"), QGeoManeuver::DirectionLeft }, in parseDirection()
167 { QStringLiteral("esriDMTTurnRight"), QGeoManeuver::DirectionRight }, in parseDirection()
168 { QStringLiteral("esriDMTSharpLeft"), QGeoManeuver::DirectionLightLeft }, in parseDirection()
169 { QStringLiteral("esriDMTSharpRight"), QGeoManeuver::DirectionLightRight }, in parseDirection()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/
H A Dtst_qgeoroutexmlparser.cpp94 QGeoManeuver first = segments.at(0).maneuver(); in test_realData1()
102 QGeoManeuver secondLast = segments.at(6).maneuver(); in test_realData1()
108 QGeoManeuver last = segments.at(7).maneuver(); in test_realData1()
152 QCOMPARE(segments.at(0).maneuver().direction(), QGeoManeuver::DirectionForward); in test_realData2()
154 QCOMPARE(segments.at(1).maneuver().direction(), QGeoManeuver::DirectionLeft); in test_realData2()
156 QCOMPARE(segments.at(2).maneuver().direction(), QGeoManeuver::DirectionRight); in test_realData2()
158 QCOMPARE(segments.at(3).maneuver().direction(), QGeoManeuver::DirectionLightLeft); in test_realData2()
160 QCOMPARE(segments.at(4).maneuver().direction(), QGeoManeuver::DirectionLightLeft); in test_realData2()
162 QCOMPARE(segments.at(5).maneuver().direction(), QGeoManeuver::DirectionRight); in test_realData2()
164 QCOMPARE(segments.at(6).maneuver().direction(), QGeoManeuver::DirectionLightRight); in test_realData2()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp470 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionForward); in parseManeuver()
472 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionBearRight); in parseManeuver()
474 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionLightRight); in parseManeuver()
476 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionRight); in parseManeuver()
478 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionHardRight); in parseManeuver()
480 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionUTurnRight); in parseManeuver()
482 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionUTurnLeft); in parseManeuver()
484 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionHardLeft); in parseManeuver()
486 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionLeft); in parseManeuver()
488 maneuverContainter.maneuver.setDirection(QGeoManeuver::DirectionLightLeft); in parseManeuver()
[all …]
H A Dqgeoroutexmlparser.h60 QGeoManeuver maneuver;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.11.064 * QGeoRoute, QGeoRouteSegment and QGeoManeuver private implementation are
70 * Added extended attributes to QGeoManeuver/QDeclarativeGeoManeuver.
104 * Mapbox/OSM: Added OSRM's {leg,step}_index extra attribute to QGeoManeuver.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/
H A Dtst_qgeoroutesegment.h75 QGeoManeuver *qgeomaneuver;
H A Dtst_qgeoroutesegment.cpp49 qgeomaneuver = new QGeoManeuver(); in init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp199 QGeoManeuver m = segment.maneuver(); in updateSegment()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/
H A Dtst_routing.cpp288 const QGeoManeuver maneuver = segment.maneuver(); in verifySaneRoute()