#include <image_source.h>
◆ ~ImageSource()
virtual clan::ImageSource::~ImageSource |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ from_callback()
static std::shared_ptr< ImageSource > clan::ImageSource::from_callback |
( |
const std::function< Image(Canvas &)> & | get_image_callback | ) |
|
|
static |
◆ from_image()
static std::shared_ptr< ImageSource > clan::ImageSource::from_image |
( |
const Image & | image | ) |
|
|
static |
◆ from_resource()
static std::shared_ptr< ImageSource > clan::ImageSource::from_resource |
( |
const std::string & | resource_name | ) |
|
|
static |
◆ image()
virtual Image clan::ImageSource::image |
( |
Canvas & | canvas | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: