JUCE  v5.1.1-3-g1a0b28c73
JUCE API
RectangleList< ValueType > Member List

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

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