Home
last modified time | relevance | path

Searched refs:automaticReroutingEnabled (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p.h84 …Q_PROPERTY(bool automaticReroutingEnabled READ automaticReroutingEnabled WRITE setAutomaticRerouti…
135 bool automaticReroutingEnabled() const;
H A Dqdeclarativenavigator.cpp310 bool QDeclarativeNavigator::automaticReroutingEnabled() const in automaticReroutingEnabled() function in QDeclarativeNavigator
313 return d_ptr->m_navigator->automaticReroutingEnabled(); in automaticReroutingEnabled()
320 const bool autoReroutingOld = automaticReroutingEnabled(); in setAutomaticReroutingEnabled()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqnavigationmanagerengine_p.h104 …virtual bool automaticReroutingEnabled() const = 0; // configured via navigation params at constru…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.14.027 - Added automaticReroutingEnabled, isOnRoute and alternativeRoutes
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes97 Property { name: "automaticReroutingEnabled"; type: "bool" }