DISTRHO Plugin Framework
ImageBase Member List

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

draw(const GraphicsContext &context)ImageBase
drawAt(const GraphicsContext &context, int x, int y)ImageBase
drawAt(const GraphicsContext &context, const Point< int > &pos)=0ImageBasepure virtual
format (defined in ImageBase)ImageBaseprotected
getFormat() const noexceptImageBase
getHeight() const noexceptImageBase
getRawData() const noexceptImageBase
getSize() const noexceptImageBase
getWidth() const noexceptImageBase
ImageBase()ImageBaseprotected
ImageBase(const char *rawData, uint width, uint height, ImageFormat format)ImageBaseprotected
ImageBase(const char *rawData, const Size< uint > &size, ImageFormat format)ImageBaseprotected
ImageBase(const ImageBase &image)ImageBaseprotected
isInvalid() const noexceptImageBase
isValid() const noexceptImageBase
loadFromMemory(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA) noexceptImageBase
loadFromMemory(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA) noexceptImageBasevirtual
operator!=(const ImageBase &image) const noexcept (defined in ImageBase)ImageBase
operator=(const ImageBase &image) noexceptImageBase
operator==(const ImageBase &image) const noexcept (defined in ImageBase)ImageBase
rawData (defined in ImageBase)ImageBaseprotected
size (defined in ImageBase)ImageBaseprotected
~ImageBase()ImageBasevirtual