|
DISTRHO Plugin Framework
|
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)=0 | ImageBase | pure virtual |
| format (defined in ImageBase) | ImageBase | protected |
| getFormat() const noexcept | ImageBase | |
| getHeight() const noexcept | ImageBase | |
| getRawData() const noexcept | ImageBase | |
| getSize() const noexcept | ImageBase | |
| getWidth() const noexcept | ImageBase | |
| ImageBase() | ImageBase | protected |
| ImageBase(const char *rawData, uint width, uint height, ImageFormat format) | ImageBase | protected |
| ImageBase(const char *rawData, const Size< uint > &size, ImageFormat format) | ImageBase | protected |
| ImageBase(const ImageBase &image) | ImageBase | protected |
| isInvalid() const noexcept | ImageBase | |
| isValid() const noexcept | ImageBase | |
| loadFromMemory(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA) noexcept | ImageBase | |
| loadFromMemory(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA) noexcept | ImageBase | virtual |
| operator!=(const ImageBase &image) const noexcept (defined in ImageBase) | ImageBase | |
| operator=(const ImageBase &image) noexcept | ImageBase | |
| operator==(const ImageBase &image) const noexcept (defined in ImageBase) | ImageBase | |
| rawData (defined in ImageBase) | ImageBase | protected |
| size (defined in ImageBase) | ImageBase | protected |
| ~ImageBase() | ImageBase | virtual |