![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QRegion, including all inherited members.
| QRegion() | QRegion | |
| QRegion(int x, int y, int w, int h, RegionType t=Rectangle) | QRegion | |
| QRegion(const QRect &rect, RegionType t=Rectangle) | QRegion | |
| QRegion(const QPolygon &polygon, Qt::FillRule fillRule=Qt::OddEvenFill) | QRegion | |
| QRegion(const QRegion &other) | QRegion | |
| QRegion(const QBitmap &bitmap) | QRegion | |
| RegionType enum name | QRegion | |
| boundingRect() const | QRegion | |
| contains(const QPoint &point) const | QRegion | |
| contains(const QRect &rect) const | QRegion | |
| intersected(const QRegion ®ion) const | QRegion | |
| intersected(const QRect &rect) const | QRegion | |
| intersects(const QRegion ®ion) const | QRegion | |
| intersects(const QRect &rect) const | QRegion | |
| isEmpty() const | QRegion | |
| isNull() const | QRegion | |
| operator QVariant() const | QRegion | |
| operator!=(const QRegion &other) const | QRegion | inline |
| operator&(const QRegion &other) const | QRegion | |
| operator&(const QRect &rect) const | QRegion | |
| operator&=(const QRegion &other) | QRegion | |
| operator&=(const QRect &rect) | QRegion | |
| operator+(const QRegion &other) const | QRegion | |
| operator+(const QRect &rect) const | QRegion | |
| operator+=(const QRegion &other) | QRegion | |
| operator+=(const QRect &rect) | QRegion | |
| operator-(const QRegion &other) const | QRegion | |
| operator-=(const QRegion &other) | QRegion | |
| operator<<(QDataStream &stream, const QRegion ®ion) | QRegion | friend |
| operator=(const QRegion &other) | QRegion | |
| operator=(QRegion &&other) | QRegion | inline |
| operator==(const QRegion &other) const | QRegion | |
| operator>>(QDataStream &stream, QRegion ®ion) | QRegion | friend |
| operator^(const QRegion &other) const | QRegion | |
| operator^=(const QRegion &other) | QRegion | |
| operator|(const QRegion &other) const | QRegion | |
| operator|=(const QRegion &other) | QRegion | |
| rectCount() const | QRegion | |
| rects() const | QRegion | |
| setRects(const QRect *rects, int rectCount) | QRegion | |
| subtracted(const QRegion ®ion) const | QRegion | |
| swap(QRegion &other) | QRegion | inline |
| translate(int dx, int dy) | QRegion | |
| translate(const QPoint &point) | QRegion | inline |
| translated(int dx, int dy) const | QRegion | |
| translated(const QPoint &point) const | QRegion | inline |
| united(const QRegion ®ion) const | QRegion | |
| united(const QRect &rect) const | QRegion | |
| xored(const QRegion ®ion) const | QRegion |