Searched refs:timeToNextManeuver (Results 1 – 5 of 5) sorted by relevance
124 Q_PROPERTY(int timeToNextManeuver READ timeToNextManeuver NOTIFY progressInformationChanged)141 int timeToNextManeuver() const;
685 int QDeclarativeNavigationBasicDirections::timeToNextManeuver() const in timeToNextManeuver() function in QDeclarativeNavigationBasicDirections688 return m_navigatorPrivate->m_navigator->timeToNextManeuver(); in timeToNextManeuver()
99 int QAbstractNavigator::timeToNextManeuver() const in timeToNextManeuver() function in QAbstractNavigator
92 virtual int timeToNextManeuver() const;
59 Property { name: "timeToNextManeuver"; type: "int"; isReadonly: true }