Home
last modified time | relevance | path

Searched refs:timeToNextInstruction (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaneuver.cpp247 int QGeoManeuver::timeToNextInstruction() const in timeToNextInstruction() function in QGeoManeuver
249 return d_ptr->timeToNextInstruction(); in timeToNextInstruction()
347 && (timeToNextInstruction() == other.timeToNextInstruction()) in equals()
402 int QGeoManeuverPrivate::timeToNextInstruction() const in timeToNextInstruction() function in QGeoManeuverPrivate
407 void QGeoManeuverPrivate::setTimeToNextInstruction(int timeToNextInstruction) in setTimeToNextInstruction() argument
409 Q_UNUSED(timeToNextInstruction); in setTimeToNextInstruction()
520 int QGeoManeuverPrivateDefault::timeToNextInstruction() const in timeToNextInstruction() function in QGeoManeuverPrivateDefault
525 void QGeoManeuverPrivateDefault::setTimeToNextInstruction(int timeToNextInstruction) in setTimeToNextInstruction() argument
527 m_timeToNextInstruction = timeToNextInstruction; in setTimeToNextInstruction()
H A Dqgeomaneuver_p.h85 virtual int timeToNextInstruction() const;
86 virtual void setTimeToNextInstruction(int timeToNextInstruction);
124 virtual int timeToNextInstruction() const override;
125 virtual void setTimeToNextInstruction(int timeToNextInstruction) override;
H A Dqgeomaneuver.h91 int timeToNextInstruction() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeomaneuver/
H A Dtst_qgeomaneuver.cpp88 QCOMPARE(qgeomaneuver->timeToNextInstruction(),0); in constructor()
195 void tst_QGeoManeuver::timeToNextInstruction() in timeToNextInstruction() function in tst_QGeoManeuver
200 QCOMPARE (qgeomaneuver->timeToNextInstruction(),time); in timeToNextInstruction()
204 QVERIFY (qgeomaneuver->timeToNextInstruction() != time); in timeToNextInstruction()
207 QCOMPARE (qgeomaneuver->timeToNextInstruction(),time); in timeToNextInstruction()
H A Dtst_qgeomaneuver.h67 void timeToNextInstruction();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaneuver_p.h70 Q_PROPERTY(int timeToNextInstruction READ timeToNextInstruction CONSTANT)
102 int timeToNextInstruction() const;
H A Dqdeclarativegeomaneuver.cpp155 int QDeclarativeGeoManeuver::timeToNextInstruction() const in timeToNextInstruction() function in QDeclarativeGeoManeuver
157 return maneuver_.timeToNextInstruction(); in timeToNextInstruction()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/
H A Dtst_qgeoroutexmlparser.cpp98 QCOMPARE(first.timeToNextInstruction(), 24); in test_realData1()
106 QCOMPARE(secondLast.timeToNextInstruction(), 41); in test_realData1()
112 QCOMPARE(last.timeToNextInstruction(), 0); in test_realData1()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Drouting.qml108 … + " meters, estimated time: " + routeManeuver.timeToNextInstruction + " seconds."
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp262 segment.setTravelTime(maneuver.maneuver.timeToNextInstruction()); in postProcessRoute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml150 compare(emptyManeuver.timeToNextInstruction,0)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes410 Property { name: "timeToNextInstruction"; type: "int"; isReadonly: true }