org.kde.qt
public class QRegion extends Object implements QtSupport
Field Summary | |
---|---|
static int | Ellipse |
static int | Rectangle |
Constructor Summary | |
---|---|
protected | QRegion(Class dummy) |
QRegion() | |
QRegion(int x, int y, int w, int h, int arg5) | |
QRegion(int x, int y, int w, int h) | |
QRegion(QRect arg1, int arg2) | |
QRegion(QRect arg1) | |
QRegion(QPointArray arg1, boolean winding) | |
QRegion(QPointArray arg1) | |
QRegion(QRegion arg1) | |
QRegion(QBitmap arg1) |
Method Summary | |
---|---|
QRect | boundingRect() |
boolean | contains(QPoint p) |
boolean | contains(QRect r) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
QRegion | eor(QRegion arg1) |
protected void | finalize() Deletes the wrapped C++ instance |
QRegion | intersect(QRegion arg1) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isEmpty() |
boolean | isNull() |
QRegion | op_and(QRegion arg1) |
QRegion | op_and_assign(QRegion arg1) |
boolean | op_equals(QRegion arg1) |
QRegion | op_minus(QRegion arg1) |
QRegion | op_minus_assign(QRegion arg1) |
boolean | op_not_equals(QRegion r) |
QRegion | op_or(QRegion arg1) |
QRegion | op_or_assign(QRegion arg1) |
QRegion | op_plus(QRegion arg1) |
QRegion | op_plus_assign(QRegion arg1) |
QRegion | op_xor(QRegion arg1) |
QRegion | op_xor_assign(QRegion arg1) |
ArrayList | rects() |
void | setRects(QRect arg1, int arg2) |
QRegion | subtract(QRegion arg1) |
void | translate(int dx, int dy) |
QRegion | unite(QRegion arg1) |