Searched refs:legIndex (Results 1 – 9 of 9) sorted by relevance
125 Q_PROPERTY(int legIndex READ legIndex CONSTANT)133 int legIndex() const;
443 int QDeclarativeGeoRouteLeg::legIndex() const in legIndex() function in QDeclarativeGeoRouteLeg445 return m_routeLeg.legIndex(); in legIndex()
63 int legIndex = 0; variable118 bool parseLeg(int legIndex);
146 int legIndex = 0; in parseRoute() local172 if (!parseLeg(legIndex++)) in parseRoute()190 bool QGeoRouteXmlParser::parseLeg(int legIndex) in parseLeg() argument194 leg.setLegIndex(legIndex); in parseLeg()
511 int QGeoRoutePrivate::legIndex() const in legIndex() function in QGeoRoutePrivate687 int QGeoRoutePrivateDefault::legIndex() const in legIndex() function in QGeoRoutePrivateDefault757 int QGeoRouteLeg::legIndex() const in legIndex() function in QGeoRouteLeg759 return const_d()->legIndex(); in legIndex()
813 QGeoRouteSegment parseStep(const QJsonObject &step, int legIndex, int stepIndex) const;834 QGeoRouteSegment QGeoRouteParserOsrmV5Private::parseStep(const QJsonObject &step, int legIndex, int… in parseStep() argument889 extraAttributes.insert(QLatin1String("leg_index"), legIndex); in parseStep()941 for (int legIndex = 0; legIndex < legs.size(); ++legIndex) { in parseReply() local942 const QJsonValue &l = legs.at(legIndex); in parseReply()964 segment = parseStep(s.toObject(), legIndex, stepIndex); in parseReply()981 routeLeg.setLegIndex(legIndex); in parseReply()
112 virtual int legIndex() const;165 virtual int legIndex() const override;
116 int legIndex() const;
787 Property { name: "legIndex"; type: "int"; isReadonly: true }