Home
last modified time | relevance | path

Searched refs:m_currentRouteLeg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp728 return m_currentRouteLeg; in currentRouteLeg()
755 if (m_currentRouteLeg) in onCurrentRouteLegChanged()
756 m_currentRouteLeg->deleteLater(); in onCurrentRouteLegChanged()
757m_currentRouteLeg = new QDeclarativeGeoRouteLeg(m_navigatorPrivate->m_navigator->currentRouteLeg()… in onCurrentRouteLegChanged()
H A Dqdeclarativenavigator_p_p.h169 QPointer<QDeclarativeGeoRouteLeg> m_currentRouteLeg; variable