Searched defs:holePath (Results 1 – 1 of 1) sorted by relevance
417 void QGeoPolygon::addHole(const QVariant &holePath) in addHole()437 void QGeoPolygon::addHole(const QList<QGeoCoordinate> &holePath) in addHole()463 const QList<QGeoCoordinate> QGeoPolygon::holePath(int index) const in holePath() function in QGeoPolygon577 void QGeoPolygonPrivate::addHole(const QList<QGeoCoordinate> &holePath) in addHole()587 const QList<QGeoCoordinate> QGeoPolygonPrivate::holePath(int index) const in holePath() function in QGeoPolygonPrivate622 for (const QList<QGeoCoordinate> &holePath : qAsConst(m_holesList)) { in polygonContains() local