Searched refs:timeToNextInstruction (Results 1 – 12 of 12) sorted by relevance
247 int QGeoManeuver::timeToNextInstruction() const in timeToNextInstruction() function in QGeoManeuver249 return d_ptr->timeToNextInstruction(); in timeToNextInstruction()347 && (timeToNextInstruction() == other.timeToNextInstruction()) in equals()402 int QGeoManeuverPrivate::timeToNextInstruction() const in timeToNextInstruction() function in QGeoManeuverPrivate407 void QGeoManeuverPrivate::setTimeToNextInstruction(int timeToNextInstruction) in setTimeToNextInstruction() argument409 Q_UNUSED(timeToNextInstruction); in setTimeToNextInstruction()520 int QGeoManeuverPrivateDefault::timeToNextInstruction() const in timeToNextInstruction() function in QGeoManeuverPrivateDefault525 void QGeoManeuverPrivateDefault::setTimeToNextInstruction(int timeToNextInstruction) in setTimeToNextInstruction() argument527 m_timeToNextInstruction = timeToNextInstruction; in setTimeToNextInstruction()
85 virtual int timeToNextInstruction() const;86 virtual void setTimeToNextInstruction(int timeToNextInstruction);124 virtual int timeToNextInstruction() const override;125 virtual void setTimeToNextInstruction(int timeToNextInstruction) override;
91 int timeToNextInstruction() const;
88 QCOMPARE(qgeomaneuver->timeToNextInstruction(),0); in constructor()195 void tst_QGeoManeuver::timeToNextInstruction() in timeToNextInstruction() function in tst_QGeoManeuver200 QCOMPARE (qgeomaneuver->timeToNextInstruction(),time); in timeToNextInstruction()204 QVERIFY (qgeomaneuver->timeToNextInstruction() != time); in timeToNextInstruction()207 QCOMPARE (qgeomaneuver->timeToNextInstruction(),time); in timeToNextInstruction()
67 void timeToNextInstruction();
70 Q_PROPERTY(int timeToNextInstruction READ timeToNextInstruction CONSTANT)102 int timeToNextInstruction() const;
155 int QDeclarativeGeoManeuver::timeToNextInstruction() const in timeToNextInstruction() function in QDeclarativeGeoManeuver157 return maneuver_.timeToNextInstruction(); in timeToNextInstruction()
98 QCOMPARE(first.timeToNextInstruction(), 24); in test_realData1()106 QCOMPARE(secondLast.timeToNextInstruction(), 41); in test_realData1()112 QCOMPARE(last.timeToNextInstruction(), 0); in test_realData1()
108 … + " meters, estimated time: " + routeManeuver.timeToNextInstruction + " seconds."
262 segment.setTravelTime(maneuver.maneuver.timeToNextInstruction()); in postProcessRoute()
150 compare(emptyManeuver.timeToNextInstruction,0)
410 Property { name: "timeToNextInstruction"; type: "int"; isReadonly: true }