Home
last modified time | relevance | path

Searched refs:holePath (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp417 void QGeoPolygon::addHole(const QVariant &holePath) in addHole() argument
421 if (holePath.canConvert<QVariantList>()) { in addHole()
422 const QVariantList qvlHolePath = holePath.toList(); in addHole()
437 void QGeoPolygon::addHole(const QList<QGeoCoordinate> &holePath) in addHole() argument
440 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 QGeoPolygon
466 return d->holePath(index); in holePath()
577 void QGeoPolygonPrivate::addHole(const QList<QGeoCoordinate> &holePath) in addHole() argument
579 for (const QGeoCoordinate &holeVertex: holePath) in addHole()
[all …]
H A Dqgeopolygon.h75 Q_INVOKABLE void addHole(const QVariant &holePath);
76 void addHole(const QList<QGeoCoordinate> &holePath);
78 const QList<QGeoCoordinate> holePath(int index) const;
H A Dqgeopolygon_p.h80 const QList<QGeoCoordinate> holePath(int index) const;
82 virtual void addHole(const QList<QGeoCoordinate> &holePath);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolygonobject.cpp76 m_path.addHole(poly.holePath(i)); in QMapPolygonObjectPrivateDefault()
149 m_path.addHole(poly.holePath(i)); in setGeoShape()
H A Dqgeojson.cpp822 obtainedCoordinatesPoly << parsedPoly.holePath(i); in exportPolygon()
874 …t(i).value<QVariantMap>().value(QStringLiteral("data")).value<QGeoPolygon>().holePath(currentHole); in exportMultiPolygon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp141 coordinates = qgeocoordinate2mapboxcoordinate(polygon->holePath(i), crossesDateline, true); in featureFromMapPolygon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp365 for (const QGeoCoordinate &c : poly.holePath(i-1)) in wrapPath()