Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p_p.h124 Q_PROPERTY(int timeToNextManeuver READ timeToNextManeuver NOTIFY progressInformationChanged)
141 int timeToNextManeuver() const;
H A Dqdeclarativenavigator.cpp685 int QDeclarativeNavigationBasicDirections::timeToNextManeuver() const in timeToNextManeuver() function in QDeclarativeNavigationBasicDirections
688 return m_navigatorPrivate->m_navigator->timeToNextManeuver(); in timeToNextManeuver()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqnavigationmanagerengine.cpp99 int QAbstractNavigator::timeToNextManeuver() const in timeToNextManeuver() function in QAbstractNavigator
H A Dqnavigationmanagerengine_p.h92 virtual int timeToNextManeuver() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes59 Property { name: "timeToNextManeuver"; type: "int"; isReadonly: true }