JUCE
juce::Range< ValueType > Member List

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

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