|
bool | MakeImage (const char *name, ScreenshotCallback *callb, void *userdata, uint w, uint h, int pixelformat, const Colour *palette) override |
|
| 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 28 of file screenshot_png.cpp.
◆ ScreenshotProvider_Png()
ScreenshotProvider_Png::ScreenshotProvider_Png |
( |
| ) |
|
|
inline |
◆ MakeImage()
bool ScreenshotProvider_Png::MakeImage |
( |
const char * |
name, |
|
|
ScreenshotCallback * |
callb, |
|
|
void * |
userdata, |
|
|
uint |
w, |
|
|
uint |
h, |
|
|
int |
pixelformat, |
|
|
const Colour * |
palette |
|
) |
| |
|
inlineoverridevirtual |
◆ png_my_error()
static void PNGAPI ScreenshotProvider_Png::png_my_error |
( |
png_structp |
png_ptr, |
|
|
png_const_charp |
message |
|
) |
| |
|
inlinestaticprivate |
◆ png_my_warning()
static void PNGAPI ScreenshotProvider_Png::png_my_warning |
( |
png_structp |
png_ptr, |
|
|
png_const_charp |
message |
|
) |
| |
|
inlinestaticprivate |
The documentation for this class was generated from the following file: