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

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

between(const ValueType position1, const ValueType position2) noexceptRange< ValueType >inlinestatic
clipValue(const ValueType value) const noexceptRange< ValueType >inline
constrainRange(Range rangeToConstrain) const noexceptRange< ValueType >inline
contains(const ValueType position) const noexceptRange< ValueType >inline
contains(Range other) const noexceptRange< ValueType >inline
emptyRange(const ValueType start) noexceptRange< ValueType >inlinestatic
endRange< ValueType >private
expanded(ValueType amount) const noexceptRange< ValueType >inline
findMinAndMax(const ValueType *values, int numValues) noexceptRange< ValueType >inlinestatic
getEnd() const noexceptRange< ValueType >inline
getIntersectionWith(Range other) const noexceptRange< ValueType >inline
getLength() const noexceptRange< ValueType >inline
getStart() const noexceptRange< ValueType >inline
getUnionWith(Range other) const noexceptRange< ValueType >inline
getUnionWith(const ValueType valueToInclude) const noexceptRange< ValueType >inline
intersects(Range other) const noexceptRange< ValueType >inline
isEmpty() const noexceptRange< ValueType >inline
movedToEndAt(const ValueType newEnd) const noexceptRange< ValueType >inline
movedToStartAt(const ValueType newStart) const noexceptRange< ValueType >inline
operator!=(Range other) const noexceptRange< ValueType >inline
operator+(const ValueType amountToAdd) const noexceptRange< ValueType >inline
operator+=(const ValueType amountToAdd) noexceptRange< ValueType >inline
operator-(const ValueType amountToSubtract) const noexceptRange< ValueType >inline
operator-=(const ValueType amountToSubtract) noexceptRange< ValueType >inline
operator=(Range other) noexceptRange< ValueType >inline
operator==(Range other) const noexceptRange< ValueType >inline
Range() noexceptRange< ValueType >inline
Range(const ValueType startValue, const ValueType endValue) noexceptRange< ValueType >inline
Range(const Range &other) noexceptRange< ValueType >inline
setEnd(const ValueType newEnd) noexceptRange< ValueType >inline
setLength(const ValueType newLength) noexceptRange< ValueType >inline
setStart(const ValueType newStart) noexceptRange< ValueType >inline
startRange< ValueType >private
withEnd(const ValueType newEnd) const noexceptRange< ValueType >inline
withLength(const ValueType newLength) const noexceptRange< ValueType >inline
withStart(const ValueType newStart) const noexceptRange< ValueType >inline
withStartAndLength(const ValueType startValue, const ValueType length) noexceptRange< ValueType >inlinestatic