43 QClipperUtils(
const QClipperUtils &other);
62 static double clipperScaleFactor();
64 static int pointInPolygon(
const QDoubleVector2D &point,
const QList<QDoubleVector2D> &polygon);
68 void addSubjectPath(
const QList<QDoubleVector2D> &path,
bool closed);
69 void addClipPolygon(
const QList<QDoubleVector2D> &path);
70 QList<QList<QDoubleVector2D>> execute(Operation op, PolyFillType subjFillType = pftNonZero,
71 PolyFillType clipFillType = pftNonZero);
76 void setPolygon(
const QList<QDoubleVector2D> &polygon);
77 int pointInPolygon(
const QDoubleVector2D &point)
const;
80 QClipperUtilsPrivate *d_ptr;