![]() |
Louvre v2.18.1-1
C++ library for Wayland compositors
|
This is the complete list of members for LRegion, including all inherited members.
| addRect(const LRect &rect) noexcept | LRegion | inline |
| addRect(const LPoint &pos, const LSize &size) noexcept | LRegion | inline |
| addRect(Int32 x, Int32 y, const LSize &size) noexcept | LRegion | inline |
| addRect(const LPoint &pos, Int32 w, Int32 h) noexcept | LRegion | inline |
| addRect(Int32 x, Int32 y, Int32 w, Int32 h) noexcept | LRegion | inline |
| addRegion(const LRegion ®ion) noexcept | LRegion | inline |
| boxes(Int32 *n) const noexcept | LRegion | inline |
| clear() noexcept | LRegion | inline |
| clip(const LRect &rect) noexcept | LRegion | inline |
| clip(const LPoint &pos, const LSize &size) noexcept | LRegion | inline |
| clip(Int32 x, Int32 y, Int32 w, Int32 h) noexcept | LRegion | inline |
| closestPointFrom(const LPointF &point, Float32 padding=0.f) const noexcept | LRegion | |
| containsPoint(const LPoint &point) const noexcept | LRegion | inline |
| empty() const noexcept | LRegion | inline |
| EmptyRegion() noexcept | LRegion | inlinestatic |
| extents() const noexcept | LRegion | inline |
| intersectRegion(const LRegion ®ion) noexcept | LRegion | inline |
| inverse(const LRect &rect) noexcept | LRegion | inline |
| LRegion() noexcept | LRegion | inline |
| LRegion(const LRect &rect) noexcept | LRegion | inline |
| LRegion(const LRegion &other) noexcept | LRegion | inline |
| LRegion(LRegion &&other) noexcept | LRegion | inline |
| multiply(Float32 factor) noexcept | LRegion | |
| multiply(Float32 xFactor, Float32 yFactor) noexcept | LRegion | |
| offset(const LPoint &offset) noexcept | LRegion | inline |
| offset(Int32 x, Int32 y) noexcept | LRegion | inline |
| operator=(const LRegion &other) noexcept | LRegion | inline |
| operator=(LRegion &&other) noexcept | LRegion | inline |
| simplifyToExtents(Int32 threshold) noexcept | LRegion | inline |
| subtractRect(const LRect &rect) noexcept | LRegion | inline |
| subtractRect(const LPoint &pos, const LSize &size) noexcept | LRegion | inline |
| subtractRect(const LPoint &pos, Int32 w, Int32 h) noexcept | LRegion | inline |
| subtractRect(Int32 x, Int32 y, const LSize &size) noexcept | LRegion | inline |
| subtractRect(Int32 x, Int32 y, Int32 w, Int32 h) noexcept | LRegion | inline |
| subtractRegion(const LRegion ®ion) noexcept | LRegion | inline |
| transform(const LSize &size, LTransform transform) noexcept | LRegion | |
| ~LRegion() noexcept | LRegion | inline |