|
| bool | MakeImage (std::string_view name, const ScreenshotCallback &callb, uint w, uint h, int pixelformat, const Colour *palette) const override |
| | Create and write an image to a file.
|
| | ScreenshotProvider (std::string_view name, std::string_view description, int priority) |
| constexpr | PriorityBaseProvider (std::string_view name, std::string_view description, int priority) |
| int | GetPriority () const |
| constexpr | BaseProvider (std::string_view name, std::string_view description) |
| std::string_view | GetName () const |
| std::string_view | GetDescription () const |
|
| static void PNGAPI | png_my_error (png_structp png_ptr, png_const_charp message) |
| static void PNGAPI | png_my_warning (png_structp png_ptr, png_const_charp message) |
Definition at line 30 of file screenshot_png.cpp.
◆ ScreenshotProvider_Png()
| ScreenshotProvider_Png::ScreenshotProvider_Png |
( |
| ) |
|
|
inline |
◆ MakeImage()
| bool ScreenshotProvider_Png::MakeImage |
( |
std::string_view | name, |
|
|
const ScreenshotCallback & | callb, |
|
|
uint | w, |
|
|
uint | h, |
|
|
int | pixelformat, |
|
|
const Colour * | palette ) const |
|
inlineoverridevirtual |
◆ png_my_error()
| void PNGAPI ScreenshotProvider_Png::png_my_error |
( |
png_structp | png_ptr, |
|
|
png_const_charp | message ) |
|
inlinestaticprivate |
◆ png_my_warning()
| void PNGAPI ScreenshotProvider_Png::png_my_warning |
( |
png_structp | png_ptr, |
|
|
png_const_charp | message ) |
|
inlinestaticprivate |
◆ instance
The documentation for this class was generated from the following file: