applyBoundsToComponent(Component &, Rectangle< int > bounds) | ComponentBoundsConstrainer | virtual |
checkBounds(Rectangle< int > &bounds, const Rectangle< int > &previousBounds, const Rectangle< int > &limits, bool isStretchingTop, bool isStretchingLeft, bool isStretchingBottom, bool isStretchingRight) | ComponentBoundsConstrainer | virtual |
checkComponentBounds(Component *component) | ComponentBoundsConstrainer | |
ComponentBoundsConstrainer() noexcept | ComponentBoundsConstrainer | |
getFixedAspectRatio() const noexcept | ComponentBoundsConstrainer | |
getMaximumHeight() const noexcept | ComponentBoundsConstrainer | |
getMaximumWidth() const noexcept | ComponentBoundsConstrainer | |
getMinimumHeight() const noexcept | ComponentBoundsConstrainer | |
getMinimumWhenOffTheBottom() const noexcept | ComponentBoundsConstrainer | |
getMinimumWhenOffTheLeft() const noexcept | ComponentBoundsConstrainer | |
getMinimumWhenOffTheRight() const noexcept | ComponentBoundsConstrainer | |
getMinimumWhenOffTheTop() const noexcept | ComponentBoundsConstrainer | |
getMinimumWidth() const noexcept | ComponentBoundsConstrainer | |
resizeEnd() | ComponentBoundsConstrainer | virtual |
resizeStart() | ComponentBoundsConstrainer | virtual |
setBoundsForComponent(Component *component, Rectangle< int > bounds, bool isStretchingTop, bool isStretchingLeft, bool isStretchingBottom, bool isStretchingRight) | ComponentBoundsConstrainer | |
setFixedAspectRatio(double widthOverHeight) noexcept | ComponentBoundsConstrainer | |
setMaximumHeight(int maximumHeight) noexcept | ComponentBoundsConstrainer | |
setMaximumSize(int maximumWidth, int maximumHeight) noexcept | ComponentBoundsConstrainer | |
setMaximumWidth(int maximumWidth) noexcept | ComponentBoundsConstrainer | |
setMinimumHeight(int minimumHeight) noexcept | ComponentBoundsConstrainer | |
setMinimumOnscreenAmounts(int minimumWhenOffTheTop, int minimumWhenOffTheLeft, int minimumWhenOffTheBottom, int minimumWhenOffTheRight) noexcept | ComponentBoundsConstrainer | |
setMinimumSize(int minimumWidth, int minimumHeight) noexcept | ComponentBoundsConstrainer | |
setMinimumWidth(int minimumWidth) noexcept | ComponentBoundsConstrainer | |
setSizeLimits(int minimumWidth, int minimumHeight, int maximumWidth, int maximumHeight) noexcept | ComponentBoundsConstrainer | |
~ComponentBoundsConstrainer() | ComponentBoundsConstrainer | virtual |