Searched refs:currentRoute (Results 1 – 5 of 5) sorted by relevance
128 Q_PROPERTY(QDeclarativeGeoRoute *currentRoute READ currentRoute NOTIFY currentRouteChanged)146 QDeclarativeGeoRoute *currentRoute() const;
713 QDeclarativeGeoRoute *QDeclarativeNavigationBasicDirections::currentRoute() const in currentRoute() function in QDeclarativeNavigationBasicDirections749 … m_currentRoute = new QDeclarativeGeoRoute(m_navigatorPrivate->m_navigator->currentRoute(), this); in onCurrentRouteChanged()
134 QGeoRoute QAbstractNavigator::currentRoute() const in currentRoute() function in QAbstractNavigator
99 virtual QGeoRoute currentRoute() const;
63 … Property { name: "currentRoute"; type: "QDeclarativeGeoRoute"; isReadonly: true; isPointer: true }