JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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 >inlinestatic
clipValue(const ValueType value) const noexceptjuce::Range< ValueType >inline
constrainRange(Range rangeToConstrain) const noexceptjuce::Range< ValueType >inline
contains(const ValueType position) const noexceptjuce::Range< ValueType >inline
contains(Range other) const noexceptjuce::Range< ValueType >inline
emptyRange(const ValueType start) noexceptjuce::Range< ValueType >inlinestatic
endjuce::Range< ValueType >private
expanded(ValueType amount) const noexceptjuce::Range< ValueType >inline
findMinAndMax(const ValueType *values, Integral numValues) noexceptjuce::Range< ValueType >inlinestatic
getEnd() const noexceptjuce::Range< ValueType >inline
getIntersectionWith(Range other) const noexceptjuce::Range< ValueType >inline
getLength() const noexceptjuce::Range< ValueType >inline
getStart() const noexceptjuce::Range< ValueType >inline
getUnionWith(Range other) const noexceptjuce::Range< ValueType >inline
getUnionWith(const ValueType valueToInclude) const noexceptjuce::Range< ValueType >inline
intersects(Range other) const noexceptjuce::Range< ValueType >inline
isEmpty() const noexceptjuce::Range< ValueType >inline
movedToEndAt(const ValueType newEnd) const noexceptjuce::Range< ValueType >inline
movedToStartAt(const ValueType newStart) const noexceptjuce::Range< ValueType >inline
operator!=(Range other) const noexceptjuce::Range< ValueType >inline
operator+(const ValueType amountToAdd) const noexceptjuce::Range< ValueType >inline
operator+=(const ValueType amountToAdd) noexceptjuce::Range< ValueType >inline
operator-(const ValueType amountToSubtract) const noexceptjuce::Range< ValueType >inline
operator-=(const ValueType amountToSubtract) noexceptjuce::Range< ValueType >inline
operator=(const Range &)=defaultjuce::Range< ValueType >
operator==(Range other) const noexceptjuce::Range< ValueType >inline
Range()=defaultjuce::Range< ValueType >
Range(const ValueType startValue, const ValueType endValue) noexceptjuce::Range< ValueType >inline
Range(const Range &)=defaultjuce::Range< ValueType >
setEnd(const ValueType newEnd) noexceptjuce::Range< ValueType >inline
setLength(const ValueType newLength) noexceptjuce::Range< ValueType >inline
setStart(const ValueType newStart) noexceptjuce::Range< ValueType >inline
startjuce::Range< ValueType >private
withEnd(const ValueType newEnd) const noexceptjuce::Range< ValueType >inline
withLength(const ValueType newLength) const noexceptjuce::Range< ValueType >inline
withStart(const ValueType newStart) const noexceptjuce::Range< ValueType >inline
withStartAndLength(const ValueType startValue, const ValueType length) noexceptjuce::Range< ValueType >inlinestatic