Ardour
9.0-pre0-582-g084a23a80d
|
#include <pixbuf.h>
Public Types | |
enum | Code { CORRUPT_IMAGE , INSUFFICIENT_MEMORY , BAD_OPTION , UNKNOWN_TYPE , UNSUPPORTED_OPERATION , FAILED } |
Public Member Functions | |
PixbufError (Code error_code, const Glib::ustring &error_message) | |
PixbufError (GError *gobject) | |
Code | code () const |
Exception class for Gdk::Pixbuf errors.
Definition at line 189 of file tk/ydkmm/ydkmm/gdkmm/pixbuf.h.
Enumerator | |
---|---|
CORRUPT_IMAGE | |
INSUFFICIENT_MEMORY | |
BAD_OPTION | |
UNKNOWN_TYPE | |
UNSUPPORTED_OPERATION | |
FAILED |
Definition at line 194 of file tk/ydkmm/ydkmm/gdkmm/pixbuf.h.
Gdk::PixbufError::PixbufError | ( | Code | error_code, |
const Glib::ustring & | error_message | ||
) |
|
explicit |
Code Gdk::PixbufError::code | ( | ) | const |