Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute_p.h125 Q_PROPERTY(int legIndex READ legIndex CONSTANT)
133 int legIndex() const;
H A Dqdeclarativegeoroute.cpp443 int QDeclarativeGeoRouteLeg::legIndex() const in legIndex() function in QDeclarativeGeoRouteLeg
445 return m_routeLeg.legIndex(); in legIndex()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.h63 int legIndex = 0; variable
118 bool parseLeg(int legIndex);
H A Dqgeoroutexmlparser.cpp146 int legIndex = 0; in parseRoute() local
172 if (!parseLeg(legIndex++)) in parseRoute()
190 bool QGeoRouteXmlParser::parseLeg(int legIndex) in parseLeg() argument
194 leg.setLegIndex(legIndex); in parseLeg()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.cpp511 int QGeoRoutePrivate::legIndex() const in legIndex() function in QGeoRoutePrivate
687 int QGeoRoutePrivateDefault::legIndex() const in legIndex() function in QGeoRoutePrivateDefault
757 int QGeoRouteLeg::legIndex() const in legIndex() function in QGeoRouteLeg
759 return const_d()->legIndex(); in legIndex()
H A Dqgeorouteparserosrmv5.cpp813 QGeoRouteSegment parseStep(const QJsonObject &step, int legIndex, int stepIndex) const;
834 QGeoRouteSegment QGeoRouteParserOsrmV5Private::parseStep(const QJsonObject &step, int legIndex, int… in parseStep() argument
889 extraAttributes.insert(QLatin1String("leg_index"), legIndex); in parseStep()
941 for (int legIndex = 0; legIndex < legs.size(); ++legIndex) { in parseReply() local
942 const QJsonValue &l = legs.at(legIndex); in parseReply()
964 segment = parseStep(s.toObject(), legIndex, stepIndex); in parseReply()
981 routeLeg.setLegIndex(legIndex); in parseReply()
H A Dqgeoroute_p.h112 virtual int legIndex() const;
165 virtual int legIndex() const override;
H A Dqgeoroute.h116 int legIndex() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes787 Property { name: "legIndex"; type: "int"; isReadonly: true }