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