Searched refs:addHole (Results 1 – 6 of 6) sorted by relevance
417 void QGeoPolygon::addHole(const QVariant &holePath) in addHole() function in QGeoPolygon429 return d->addHole(qgcHolePath); in addHole()437 void QGeoPolygon::addHole(const QList<QGeoCoordinate> &holePath) in addHole() function in QGeoPolygon440 return d->addHole(holePath); in addHole()577 void QGeoPolygonPrivate::addHole(const QList<QGeoCoordinate> &holePath) in addHole() function in QGeoPolygonPrivate725 addHole(other.holePath(i)); in QGeoPolygonEager()
75 Q_INVOKABLE void addHole(const QVariant &holePath);76 void addHole(const QList<QGeoCoordinate> &holePath);
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()
592 returnedObject.addHole(perimeters.at(i)); // Inner perimeters in importPolygon()645 singlePoly.addHole(coordinatesList.at(j)); in importMultiPolygon()
304 poly.addHole(hole); in polygon()