JUCE
juce::RectangleList< ValueType > Member List

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

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