Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute_p.h126 Q_PROPERTY(QObject * overallRoute READ overallRoute CONSTANT)
134 QObject *overallRoute() const;
H A Dqdeclarativegeoroute.cpp448 QObject *QDeclarativeGeoRouteLeg::overallRoute() const in overallRoute() function in QDeclarativeGeoRouteLeg
452 return new QDeclarativeGeoRoute(m_routeLeg.overallRoute(), parent()); in overallRoute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.h119 QGeoRoute overallRoute() const;
H A Dqgeoroute.cpp773 QGeoRoute QGeoRouteLeg::overallRoute() const in overallRoute() function in QGeoRouteLeg
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes788 Property { name: "overallRoute"; type: "QObject"; isReadonly: true; isPointer: true }