28 static void clipPolygon(
const QRect &,
29 QPolygon &,
bool closePolygon =
false );
31 static void clipPolygon(
const QRectF &,
32 QPolygon &,
bool closePolygon =
false );
34 static void clipPolygonF(
const QRectF &,
35 QPolygonF &,
bool closePolygon =
false );
37 static QPolygon clippedPolygon(
const QRect &,
38 const QPolygon &,
bool closePolygon =
false );
40 static QPolygon clippedPolygon(
const QRectF &,
41 const QPolygon &,
bool closePolygon =
false );
43 static QPolygonF clippedPolygonF(
const QRectF &,
44 const QPolygonF &,
bool closePolygon =
false );
46 static QVector<QwtInterval> clipCircle(
47 const QRectF &,
const QPointF &,
double radius );
Some clipping algorithms.