JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
ComponentBoundsConstrainer Member List
This is the complete list of members for ComponentBoundsConstrainer, including all inherited members.
applyBoundsToComponent(Component *component, const 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() noexceptComponentBoundsConstrainer
getFixedAspectRatio() const noexceptComponentBoundsConstrainer
getMaximumHeight() const noexceptComponentBoundsConstrainer
getMaximumWidth() const noexceptComponentBoundsConstrainer
getMinimumHeight() const noexceptComponentBoundsConstrainer
getMinimumWhenOffTheBottom() const noexceptComponentBoundsConstrainer
getMinimumWhenOffTheLeft() const noexceptComponentBoundsConstrainer
getMinimumWhenOffTheRight() const noexceptComponentBoundsConstrainer
getMinimumWhenOffTheTop() const noexceptComponentBoundsConstrainer
getMinimumWidth() const noexceptComponentBoundsConstrainer
resizeEnd()ComponentBoundsConstrainer [virtual]
resizeStart()ComponentBoundsConstrainer [virtual]
setBoundsForComponent(Component *component, const 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()ComponentBoundsConstrainer [virtual]