Home
last modified time | relevance | path

Searched refs:autoRerouting (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp318 void QDeclarativeNavigator::setAutomaticReroutingEnabled(bool autoRerouting) in setAutomaticReroutingEnabled() argument
321 d_ptr->m_params->m_autoRerouting = autoRerouting; in setAutomaticReroutingEnabled()
325 d_ptr->m_navigator->setAutomaticReroutingEnabled(autoRerouting); in setAutomaticReroutingEnabled()
326 if (autoRerouting != autoReroutingOld) in setAutomaticReroutingEnabled()
H A Dqdeclarativenavigator_p.h136 void setAutomaticReroutingEnabled(bool autoRerouting);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqnavigationmanagerengine_p.h103 virtual void setAutomaticReroutingEnabled(bool autoRerouting) = 0;