Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p_p.h128 Q_PROPERTY(QDeclarativeGeoRoute *currentRoute READ currentRoute NOTIFY currentRouteChanged)
146 QDeclarativeGeoRoute *currentRoute() const;
H A Dqdeclarativenavigator.cpp713 QDeclarativeGeoRoute *QDeclarativeNavigationBasicDirections::currentRoute() const in currentRoute() function in QDeclarativeNavigationBasicDirections
749 … m_currentRoute = new QDeclarativeGeoRoute(m_navigatorPrivate->m_navigator->currentRoute(), this); in onCurrentRouteChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqnavigationmanagerengine.cpp134 QGeoRoute QAbstractNavigator::currentRoute() const in currentRoute() function in QAbstractNavigator
H A Dqnavigationmanagerengine_p.h99 virtual QGeoRoute currentRoute() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes63 … Property { name: "currentRoute"; type: "QDeclarativeGeoRoute"; isReadonly: true; isPointer: true }