JUCE  v5.1.1-3-g1a0b28c73
JUCE API
ComponentBoundsConstrainer Member List

This is the complete list of members for ComponentBoundsConstrainer, including all inherited members.

applyBoundsToComponent(Component &, Rectangle< int > bounds)ComponentBoundsConstrainervirtual
aspectRatioComponentBoundsConstrainerprivate
checkBounds(Rectangle< int > &bounds, const Rectangle< int > &previousBounds, const Rectangle< int > &limits, bool isStretchingTop, bool isStretchingLeft, bool isStretchingBottom, bool isStretchingRight)ComponentBoundsConstrainervirtual
checkComponentBounds(Component *component)ComponentBoundsConstrainer
ComponentBoundsConstrainer() noexceptComponentBoundsConstrainer
getFixedAspectRatio() const noexceptComponentBoundsConstrainer
getMaximumHeight() const noexceptComponentBoundsConstrainerinline
getMaximumWidth() const noexceptComponentBoundsConstrainerinline
getMinimumHeight() const noexceptComponentBoundsConstrainerinline
getMinimumWhenOffTheBottom() const noexceptComponentBoundsConstrainerinline
getMinimumWhenOffTheLeft() const noexceptComponentBoundsConstrainerinline
getMinimumWhenOffTheRight() const noexceptComponentBoundsConstrainerinline
getMinimumWhenOffTheTop() const noexceptComponentBoundsConstrainerinline
getMinimumWidth() const noexceptComponentBoundsConstrainerinline
maxHComponentBoundsConstrainerprivate
maxWComponentBoundsConstrainerprivate
minHComponentBoundsConstrainerprivate
minOffBottomComponentBoundsConstrainerprivate
minOffLeftComponentBoundsConstrainerprivate
minOffRightComponentBoundsConstrainerprivate
minOffTopComponentBoundsConstrainerprivate
minWComponentBoundsConstrainerprivate
resizeEnd()ComponentBoundsConstrainervirtual
resizeStart()ComponentBoundsConstrainervirtual
setBoundsForComponent(Component *component, Rectangle< int > bounds, bool isStretchingTop, bool isStretchingLeft, bool isStretchingBottom, bool isStretchingRight)ComponentBoundsConstrainer
setFixedAspectRatio(double widthOverHeight) noexceptComponentBoundsConstrainer
setMaximumHeight(int maximumHeight) noexceptComponentBoundsConstrainer
setMaximumSize(int maximumWidth, int maximumHeight) noexceptComponentBoundsConstrainer
setMaximumWidth(int maximumWidth) noexceptComponentBoundsConstrainer
setMinimumHeight(int minimumHeight) noexceptComponentBoundsConstrainer
setMinimumOnscreenAmounts(int minimumWhenOffTheTop, int minimumWhenOffTheLeft, int minimumWhenOffTheBottom, int minimumWhenOffTheRight) noexceptComponentBoundsConstrainer
setMinimumSize(int minimumWidth, int minimumHeight) noexceptComponentBoundsConstrainer
setMinimumWidth(int minimumWidth) noexceptComponentBoundsConstrainer
setSizeLimits(int minimumWidth, int minimumHeight, int maximumWidth, int maximumHeight) noexceptComponentBoundsConstrainer
~ComponentBoundsConstrainer()ComponentBoundsConstrainervirtual