Home
last modified time | relevance | path

Searched refs:setTimeToNextInstruction (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeomaneuver/
H A Dtst_qgeomaneuver.cpp198 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaneuver.cpp236 void QGeoManeuver::setTimeToNextInstruction(int secs) in setTimeToNextInstruction() function in QGeoManeuver
239 d_ptr->setTimeToNextInstruction(secs); in setTimeToNextInstruction()
407 void QGeoManeuverPrivate::setTimeToNextInstruction(int timeToNextInstruction) in setTimeToNextInstruction() function in QGeoManeuverPrivate
525 void QGeoManeuverPrivateDefault::setTimeToNextInstruction(int timeToNextInstruction) in setTimeToNextInstruction() function in QGeoManeuverPrivateDefault
H A Dqgeomaneuver_p.h86 virtual void setTimeToNextInstruction(int timeToNextInstruction);
125 virtual void setTimeToNextInstruction(int timeToNextInstruction) override;
H A Dqgeomaneuver.h90 void setTimeToNextInstruction(int secs);
H A Dqgeorouteparserosrmv4.cpp285 maneuver.setTimeToNextInstruction(time); in constructRoute()
H A Dqgeorouteparserosrmv5.cpp871 geoManeuver.setTimeToNextInstruction(time); in parseStep()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp204 maneuver.setTimeToNextInstruction(time); in parseDirection()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp464 …maneuverContainter.maneuver.setTimeToNextInstruction(qRound(m_reader->readElementText().toDouble()… in parseManeuver()