JUCE
|
This is the complete list of members for FillType, including all inherited members.
colour | FillType | |
FillType() noexcept | FillType | |
FillType(Colour colour) noexcept | FillType | |
FillType(const ColourGradient &gradient) | FillType | |
FillType(ColourGradient &&gradient) | FillType | |
FillType(const Image &image, const AffineTransform &transform) noexcept | FillType | |
FillType(const FillType &) | FillType | |
FillType(FillType &&) noexcept | FillType | |
getOpacity() const noexcept | FillType | |
gradient | FillType | |
image | FillType | |
isColour() const noexcept | FillType | |
isGradient() const noexcept | FillType | |
isInvisible() const noexcept | FillType | |
isTiledImage() const noexcept | FillType | |
operator!=(const FillType &) const | FillType | |
operator=(const FillType &) | FillType | |
operator=(FillType &&) noexcept | FillType | |
operator==(const FillType &) const | FillType | |
setColour(Colour newColour) noexcept | FillType | |
setGradient(const ColourGradient &newGradient) | FillType | |
setOpacity(float newOpacity) noexcept | FillType | |
setTiledImage(const Image &image, const AffineTransform &transform) noexcept | FillType | |
transform | FillType | |
transformed(const AffineTransform &transform) const | FillType | |
~FillType() noexcept | FillType |