Ultralight C++ API 1.4.0
|
This is the complete list of members for ImageSource, including all inherited members.
AddListener(ImageSourceListener *listener)=0 | ImageSource | pure virtual |
AddRef() const =0 | RefCounted | pure virtual |
bitmap()=0 | ImageSource | pure virtual |
CreateFromBitmap(RefPtr< Bitmap > bitmap) | ImageSource | static |
CreateFromTexture(uint32_t width, uint32_t height, uint32_t texture_id, const Rect &texture_uv, RefPtr< Bitmap > bitmap=nullptr) | ImageSource | static |
height() const =0 | ImageSource | pure virtual |
ImageSource()=default | ImageSource | protected |
ImageSource(const ImageSource &)=delete | ImageSource | protected |
Invalidate()=0 | ImageSource | pure virtual |
operator=(const ImageSource &)=delete | ImageSource | protected |
ref_count() const =0 | RefCounted | pure virtual |
Release() const =0 | RefCounted | pure virtual |
RemoveListener(ImageSourceListener *listener)=0 | ImageSource | pure virtual |
texture_id() const =0 | ImageSource | pure virtual |
texture_uv() const =0 | ImageSource | pure virtual |
width() const =0 | ImageSource | pure virtual |
~ImageSource()=default | ImageSource | protectedvirtual |
~RefCounted() | RefCounted | protectedvirtual |