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