Searched refs:automaticReroutingEnabled (Results 1 – 5 of 5) sorted by relevance
84 …Q_PROPERTY(bool automaticReroutingEnabled READ automaticReroutingEnabled WRITE setAutomaticRerouti…135 bool automaticReroutingEnabled() const;
310 bool QDeclarativeNavigator::automaticReroutingEnabled() const in automaticReroutingEnabled() function in QDeclarativeNavigator313 return d_ptr->m_navigator->automaticReroutingEnabled(); in automaticReroutingEnabled()320 const bool autoReroutingOld = automaticReroutingEnabled(); in setAutomaticReroutingEnabled()
104 …virtual bool automaticReroutingEnabled() const = 0; // configured via navigation params at constru…
27 - Added automaticReroutingEnabled, isOnRoute and alternativeRoutes
97 Property { name: "automaticReroutingEnabled"; type: "bool" }