Searched refs:QDeclarativeGeoRouteLeg (Results 1 – 9 of 9) sorted by relevance
349 QDeclarativeGeoRouteLeg *dr = new QDeclarativeGeoRouteLeg(r, this); in legs()426 QDeclarativeGeoRouteLeg::QDeclarativeGeoRouteLeg(QObject *parent) in QDeclarativeGeoRouteLeg() function in QDeclarativeGeoRouteLeg432 QDeclarativeGeoRouteLeg::QDeclarativeGeoRouteLeg(const QGeoRouteLeg &routeLeg, QObject *parent) in QDeclarativeGeoRouteLeg() function in QDeclarativeGeoRouteLeg438 QDeclarativeGeoRouteLeg::~QDeclarativeGeoRouteLeg() in ~QDeclarativeGeoRouteLeg()443 int QDeclarativeGeoRouteLeg::legIndex() const in legIndex()448 QObject *QDeclarativeGeoRouteLeg::overallRoute() const in overallRoute()
121 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoRouteLeg : public QDeclarativeGeoRoute129 explicit QDeclarativeGeoRouteLeg(QObject *parent = nullptr);130 QDeclarativeGeoRouteLeg(const QGeoRouteLeg &routeLeg, QObject *parent = nullptr);131 ~QDeclarativeGeoRouteLeg() override;
66 class QDeclarativeGeoRouteLeg; variable129 …Q_PROPERTY(QDeclarativeGeoRouteLeg *currentRouteLeg READ currentRouteLeg NOTIFY currentRouteChange…147 QDeclarativeGeoRouteLeg *currentRouteLeg() const;169 QPointer<QDeclarativeGeoRouteLeg> m_currentRouteLeg;
722 QDeclarativeGeoRouteLeg *QDeclarativeNavigationBasicDirections::currentRouteLeg() const in currentRouteLeg()757 …m_currentRouteLeg = new QDeclarativeGeoRouteLeg(m_navigatorPrivate->m_navigator->currentRouteLeg()… in onCurrentRouteLegChanged()
63 class QDeclarativeGeoRouteLeg; variable
68 class QDeclarativeGeoRouteLeg; variable
197 qmlRegisterType<QDeclarativeGeoRouteLeg, 12>(uri, major, minor, "RouteLeg"); in registerTypes()
783 name: "QDeclarativeGeoRouteLeg"
66 type: "QDeclarativeGeoRouteLeg"