Home
last modified time | relevance | path

Searched refs:QDeclarativeGeoRouteLeg (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute.cpp349 QDeclarativeGeoRouteLeg *dr = new QDeclarativeGeoRouteLeg(r, this); in legs()
426 QDeclarativeGeoRouteLeg::QDeclarativeGeoRouteLeg(QObject *parent) in QDeclarativeGeoRouteLeg() function in QDeclarativeGeoRouteLeg
432 QDeclarativeGeoRouteLeg::QDeclarativeGeoRouteLeg(const QGeoRouteLeg &routeLeg, QObject *parent) in QDeclarativeGeoRouteLeg() function in QDeclarativeGeoRouteLeg
438 QDeclarativeGeoRouteLeg::~QDeclarativeGeoRouteLeg() in ~QDeclarativeGeoRouteLeg()
443 int QDeclarativeGeoRouteLeg::legIndex() const in legIndex()
448 QObject *QDeclarativeGeoRouteLeg::overallRoute() const in overallRoute()
H A Dqdeclarativegeoroute_p.h121 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoRouteLeg : public QDeclarativeGeoRoute
129 explicit QDeclarativeGeoRouteLeg(QObject *parent = nullptr);
130 QDeclarativeGeoRouteLeg(const QGeoRouteLeg &routeLeg, QObject *parent = nullptr);
131 ~QDeclarativeGeoRouteLeg() override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p_p.h66 class QDeclarativeGeoRouteLeg; variable
129 …Q_PROPERTY(QDeclarativeGeoRouteLeg *currentRouteLeg READ currentRouteLeg NOTIFY currentRouteChange…
147 QDeclarativeGeoRouteLeg *currentRouteLeg() const;
169 QPointer<QDeclarativeGeoRouteLeg> m_currentRouteLeg;
H A Dqdeclarativenavigator.cpp722 QDeclarativeGeoRouteLeg *QDeclarativeNavigationBasicDirections::currentRouteLeg() const in currentRouteLeg()
757 …m_currentRouteLeg = new QDeclarativeGeoRouteLeg(m_navigatorPrivate->m_navigator->currentRouteLeg()… in onCurrentRouteLegChanged()
H A Dqdeclarativenavigator_p.h63 class QDeclarativeGeoRouteLeg; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqnavigationmanagerengine_p.h68 class QDeclarativeGeoRouteLeg; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dlocation.cpp197 qmlRegisterType<QDeclarativeGeoRouteLeg, 12>(uri, major, minor, "RouteLeg"); in registerTypes()
H A Dplugins.qmltypes783 name: "QDeclarativeGeoRouteLeg"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes66 type: "QDeclarativeGeoRouteLeg"