Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p_p.h119 Q_PROPERTY(QVariant nextManeuverIcon READ nextManeuverIcon NOTIFY nextManeuverIconChanged)
136 QVariant nextManeuverIcon() const;
H A Dqdeclarativenavigator.cpp650 QVariant QDeclarativeNavigationBasicDirections::nextManeuverIcon() const in nextManeuverIcon() function in QDeclarativeNavigationBasicDirections
653 return m_navigatorPrivate->m_navigator->nextManeuverIcon(); in nextManeuverIcon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqnavigationmanagerengine.cpp89 QVariant QAbstractNavigator::nextManeuverIcon() const in nextManeuverIcon() function in QAbstractNavigator
H A Dqnavigationmanagerengine_p.h90 virtual QVariant nextManeuverIcon() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes54 Property { name: "nextManeuverIcon"; type: "QVariant"; isReadonly: true }