Searched refs:holePath (Results 1 – 7 of 7) sorted by relevance
417 void QGeoPolygon::addHole(const QVariant &holePath) in addHole() argument421 if (holePath.canConvert<QVariantList>()) { in addHole()422 const QVariantList qvlHolePath = holePath.toList(); in addHole()437 void QGeoPolygon::addHole(const QList<QGeoCoordinate> &holePath) in addHole() argument440 return d->addHole(holePath); in addHole()453 for (const QGeoCoordinate &coords: d->holePath(index)) in hole()463 const QList<QGeoCoordinate> QGeoPolygon::holePath(int index) const in holePath() function in QGeoPolygon466 return d->holePath(index); in holePath()577 void QGeoPolygonPrivate::addHole(const QList<QGeoCoordinate> &holePath) in addHole() argument579 for (const QGeoCoordinate &holeVertex: holePath) in addHole()[all …]
75 Q_INVOKABLE void addHole(const QVariant &holePath);76 void addHole(const QList<QGeoCoordinate> &holePath);78 const QList<QGeoCoordinate> holePath(int index) const;
80 const QList<QGeoCoordinate> holePath(int index) const;82 virtual void addHole(const QList<QGeoCoordinate> &holePath);
76 m_path.addHole(poly.holePath(i)); in QMapPolygonObjectPrivateDefault()149 m_path.addHole(poly.holePath(i)); in setGeoShape()
822 obtainedCoordinatesPoly << parsedPoly.holePath(i); in exportPolygon()874 …t(i).value<QVariantMap>().value(QStringLiteral("data")).value<QGeoPolygon>().holePath(currentHole); in exportMultiPolygon()
141 coordinates = qgeocoordinate2mapboxcoordinate(polygon->holePath(i), crossesDateline, true); in featureFromMapPolygon()
365 for (const QGeoCoordinate &c : poly.holePath(i-1)) in wrapPath()