Home
last modified time | relevance | path

Searched refs:MaxLimitList (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/interface/
H A DChannelControl.h131 inline int32* const& MaxLimitList() const;
163 BChannelControl::MaxLimitList() const in MaxLimitList() function
/haiku/src/kits/interface/
H A DChannelSlider.cpp672 int32 limitRange = MaxLimitList()[channel] - MinLimitList()[channel]; in ThumbDeltaFor()
871 int32 limitRange = MaxLimitList()[fCurrentChannel] - in _MouseMovedCommon()
H A DChannelControl.cpp463 limitedValue = min_c(limitedValue, MaxLimitList()[i]); in SetAllValue()
/haiku/docs/user/interface/
H A DChannelControl.dox649 \fn int32 *const & BChannelControl::MaxLimitList() const