gtkmm
4.8.0
|
Exception class for Gdk::Pixbuf errors. More...
#include <gdkmm/pixbuf.h>
Inherits Error.
Public Types | |
enum | Code { CORRUPT_IMAGE, INSUFFICIENT_MEMORY, BAD_OPTION, UNKNOWN_TYPE, UNSUPPORTED_OPERATION, FAILED, INCOMPLETE_ANIMATION } |
An error code in the GDK_PIXBUF_ERROR domain. More... | |
Public Member Functions | |
PixbufError (Code error_code, const Glib::ustring& error_message) | |
PixbufError (GError* gobject) | |
Code | code () const |
Exception class for Gdk::Pixbuf errors.
An error code in the GDK_PIXBUF_ERROR
domain.
Many gdk-pixbuf operations can cause errors in this domain, or in the G_FILE_ERROR
domain.
Gdk::PixbufError::PixbufError | ( | Code | error_code, |
const Glib::ustring & | error_message | ||
) |
|
explicit |
Code Gdk::PixbufError::code | ( | ) | const |