![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpathclipper_p.h>
Public Types | |
| enum | Operation { BoolAnd , BoolOr , BoolSub , Simplify } |
Public Member Functions | |
| QPathClipper (const QPainterPath &subject, const QPainterPath &clip) | |
| QPainterPath | clip (Operation op=BoolAnd) |
| bool | intersect () |
| bool | contains () |
Static Public Member Functions | |
| static bool | pathToRect (const QPainterPath &path, QRectF *rect=nullptr) |
| static QPainterPath | intersect (const QPainterPath &path, const QRectF &rect) |
Definition at line 31 of file qpathclipper_p.h.
| Enumerator | |
|---|---|
| BoolAnd | |
| BoolOr | |
| BoolSub | |
| Simplify | |
Definition at line 34 of file qpathclipper_p.h.
| QPathClipper::QPathClipper | ( | const QPainterPath & | subject, |
| const QPainterPath & | clip ) |
Definition at line 1418 of file qpathclipper.cpp.
| QPainterPath QPathClipper::clip | ( | Operation | op = BoolAnd | ) |
Definition at line 1496 of file qpathclipper.cpp.
| bool QPathClipper::contains | ( | ) |
Definition at line 1381 of file qpathclipper.cpp.
| bool QPathClipper::intersect | ( | ) |
Definition at line 1330 of file qpathclipper.cpp.
|
static |
Definition at line 2075 of file qpathclipper.cpp.
|
static |
Definition at line 1457 of file qpathclipper.cpp.