JUCE
|
This is the complete list of members for Range< ValueType >, including all inherited members.
between(const ValueType position1, const ValueType position2) noexcept | Range< ValueType > | static |
clipValue(const ValueType value) const noexcept | Range< ValueType > | |
constrainRange(Range rangeToConstrain) const noexcept | Range< ValueType > | |
contains(const ValueType position) const noexcept | Range< ValueType > | |
contains(Range other) const noexcept | Range< ValueType > | |
emptyRange(const ValueType start) noexcept | Range< ValueType > | static |
expanded(ValueType amount) const noexcept | Range< ValueType > | |
findMinAndMax(const ValueType *values, int numValues) noexcept | Range< ValueType > | static |
getEnd() const noexcept | Range< ValueType > | |
getIntersectionWith(Range other) const noexcept | Range< ValueType > | |
getLength() const noexcept | Range< ValueType > | |
getStart() const noexcept | Range< ValueType > | |
getUnionWith(Range other) const noexcept | Range< ValueType > | |
getUnionWith(const ValueType valueToInclude) const noexcept | Range< ValueType > | |
intersects(Range other) const noexcept | Range< ValueType > | |
isEmpty() const noexcept | Range< ValueType > | |
movedToEndAt(const ValueType newEnd) const noexcept | Range< ValueType > | |
movedToStartAt(const ValueType newStart) const noexcept | Range< ValueType > | |
operator!=(Range other) const noexcept | Range< ValueType > | |
operator+(const ValueType amountToAdd) const noexcept | Range< ValueType > | |
operator+=(const ValueType amountToAdd) noexcept | Range< ValueType > | |
operator-(const ValueType amountToSubtract) const noexcept | Range< ValueType > | |
operator-=(const ValueType amountToSubtract) noexcept | Range< ValueType > | |
operator=(const Range &)=default | Range< ValueType > | |
operator==(Range other) const noexcept | Range< ValueType > | |
Range()=default | Range< ValueType > | |
Range(const ValueType startValue, const ValueType endValue) noexcept | Range< ValueType > | |
Range(const Range &)=default | Range< ValueType > | |
setEnd(const ValueType newEnd) noexcept | Range< ValueType > | |
setLength(const ValueType newLength) noexcept | Range< ValueType > | |
setStart(const ValueType newStart) noexcept | Range< ValueType > | |
withEnd(const ValueType newEnd) const noexcept | Range< ValueType > | |
withLength(const ValueType newLength) const noexcept | Range< ValueType > | |
withStart(const ValueType newStart) const noexcept | Range< ValueType > | |
withStartAndLength(const ValueType startValue, const ValueType length) noexcept | Range< ValueType > | static |