Searched refs:holesCount (Results 1 – 7 of 7) sorted by relevance
485 int QGeoPolygon::holesCount() const in holesCount() function in QGeoPolygon488 return d->holesCount(); in holesCount()601 int QGeoPolygonPrivate::holesCount() const in holesCount() function in QGeoPolygonPrivate724 for (int i = 0; i < other.holesCount(); i++) in QGeoPolygonEager()
78 int holesCount() const;
80 Q_INVOKABLE int holesCount() const;
75 for (int i = 0; i < poly.holesCount(); i++) in QMapPolygonObjectPrivateDefault()148 for (int i = 0; i < poly.holesCount(); i++) in setGeoShape()
820 if (parsedPoly.holesCount()!=0) in exportPolygon()821 for (int i = 0; i < parsedPoly.holesCount(); ++i) { in exportPolygon()871 …gonList.at(i).value<QVariantMap>().value(QStringLiteral("data")).value<QGeoPolygon>().holesCount(); in exportMultiPolygon()
140 for (int i = 0; i < polygon->holesCount(); ++i) { in featureFromMapPolygon()
359 for (int i = 0; i < 1+poly.holesCount(); ++i) { in wrapPath()