JUCE
RectangleList< ValueType > Member List

This is the complete list of members for RectangleList< ValueType >, including all inherited members.

add(const RectangleType &rect)RectangleList< ValueType >
add(ValueType x, ValueType y, ValueType width, ValueType height)RectangleList< ValueType >
add(const RectangleList &other)RectangleList< ValueType >
addWithoutMerging(const RectangleType &rect)RectangleList< ValueType >
begin() const noexceptRectangleList< ValueType >
clear()RectangleList< ValueType >
clipTo(const RectangleType &rect)RectangleList< ValueType >
clipTo(const RectangleList< OtherValueType > &other)RectangleList< ValueType >
consolidate()RectangleList< ValueType >
containsPoint(Point< ValueType > point) const noexceptRectangleList< ValueType >
containsPoint(ValueType x, ValueType y) const noexceptRectangleList< ValueType >
containsRectangle(const RectangleType &rectangleToCheck) const RectangleList< ValueType >
end() const noexceptRectangleList< ValueType >
ensureStorageAllocated(int minNumRectangles)RectangleList< ValueType >
getBounds() const noexceptRectangleList< ValueType >
getIntersectionWith(const RectangleType &rect, RectangleList &destRegion) const RectangleList< ValueType >
getNumRectangles() const noexceptRectangleList< ValueType >
getRectangle(int index) const noexceptRectangleList< ValueType >
intersects(const RectangleList &other) const noexceptRectangleList< ValueType >
intersectsRectangle(const RectangleType &rectangleToCheck) const noexceptRectangleList< ValueType >
isEmpty() const noexceptRectangleList< ValueType >
offsetAll(Point< ValueType > offset) noexceptRectangleList< ValueType >
offsetAll(ValueType dx, ValueType dy) noexceptRectangleList< ValueType >
operator=(const RectangleList &other)RectangleList< ValueType >
operator=(RectangleList &&other) noexceptRectangleList< ValueType >
RectangleList() noexceptRectangleList< ValueType >
RectangleList(const RectangleList &other)RectangleList< ValueType >
RectangleList(const RectangleType &rect)RectangleList< ValueType >
RectangleList(RectangleList &&other) noexceptRectangleList< ValueType >
RectangleType typedefRectangleList< ValueType >
scaleAll(ScaleType scaleFactor) noexceptRectangleList< ValueType >
subtract(const RectangleType &rect)RectangleList< ValueType >
subtract(const RectangleList &otherList)RectangleList< ValueType >
swapWith(RectangleList &otherList) noexceptRectangleList< ValueType >
toPath() const RectangleList< ValueType >
transformAll(const AffineTransform &transform) noexceptRectangleList< ValueType >