JUCE
BorderSize< ValueType > Member List

This is the complete list of members for BorderSize< ValueType >, including all inherited members.

addedTo(const Rectangle< ValueType > &original) const noexceptBorderSize< ValueType >
addTo(Rectangle< ValueType > &rectangle) const noexceptBorderSize< ValueType >
BorderSize() noexceptBorderSize< ValueType >
BorderSize(const BorderSize &other) noexceptBorderSize< ValueType >
BorderSize(ValueType topGap, ValueType leftGap, ValueType bottomGap, ValueType rightGap) noexceptBorderSize< ValueType >
BorderSize(ValueType allGaps) noexceptBorderSize< ValueType >explicit
getBottom() const noexceptBorderSize< ValueType >
getLeft() const noexceptBorderSize< ValueType >
getLeftAndRight() const noexceptBorderSize< ValueType >
getRight() const noexceptBorderSize< ValueType >
getTop() const noexceptBorderSize< ValueType >
getTopAndBottom() const noexceptBorderSize< ValueType >
isEmpty() const noexceptBorderSize< ValueType >
operator!=(const BorderSize &other) const noexceptBorderSize< ValueType >
operator==(const BorderSize &other) const noexceptBorderSize< ValueType >
setBottom(ValueType newBottomGap) noexceptBorderSize< ValueType >
setLeft(ValueType newLeftGap) noexceptBorderSize< ValueType >
setRight(ValueType newRightGap) noexceptBorderSize< ValueType >
setTop(ValueType newTopGap) noexceptBorderSize< ValueType >
subtractedFrom(const Rectangle< ValueType > &original) const noexceptBorderSize< ValueType >
subtractFrom(Rectangle< ValueType > &rectangle) const noexceptBorderSize< ValueType >