Searched refs:overallRoute (Results 1 – 5 of 5) sorted by relevance
126 Q_PROPERTY(QObject * overallRoute READ overallRoute CONSTANT)134 QObject *overallRoute() const;
448 QObject *QDeclarativeGeoRouteLeg::overallRoute() const in overallRoute() function in QDeclarativeGeoRouteLeg452 return new QDeclarativeGeoRoute(m_routeLeg.overallRoute(), parent()); in overallRoute()
119 QGeoRoute overallRoute() const;
773 QGeoRoute QGeoRouteLeg::overallRoute() const in overallRoute() function in QGeoRouteLeg
788 Property { name: "overallRoute"; type: "QObject"; isReadonly: true; isPointer: true }