Searched refs:setTimeToNextInstruction (Results 1 – 8 of 8) sorted by relevance
198 qgeomaneuver->setTimeToNextInstruction(time); in timeToNextInstruction()206 qgeomaneuver->setTimeToNextInstruction(time); in timeToNextInstruction()259 qgeomaneuver->setTimeToNextInstruction(60); in operators()264 qgeomaneuvercopy->setTimeToNextInstruction(70); in operators()285 qgeomaneuvercopy.setTimeToNextInstruction(70); in alternateImplementation()
236 void QGeoManeuver::setTimeToNextInstruction(int secs) in setTimeToNextInstruction() function in QGeoManeuver239 d_ptr->setTimeToNextInstruction(secs); in setTimeToNextInstruction()407 void QGeoManeuverPrivate::setTimeToNextInstruction(int timeToNextInstruction) in setTimeToNextInstruction() function in QGeoManeuverPrivate525 void QGeoManeuverPrivateDefault::setTimeToNextInstruction(int timeToNextInstruction) in setTimeToNextInstruction() function in QGeoManeuverPrivateDefault
86 virtual void setTimeToNextInstruction(int timeToNextInstruction);125 virtual void setTimeToNextInstruction(int timeToNextInstruction) override;
90 void setTimeToNextInstruction(int secs);
285 maneuver.setTimeToNextInstruction(time); in constructRoute()
871 geoManeuver.setTimeToNextInstruction(time); in parseStep()
204 maneuver.setTimeToNextInstruction(time); in parseDirection()
464 …maneuverContainter.maneuver.setTimeToNextInstruction(qRound(m_reader->readElementText().toDouble()… in parseManeuver()