|
Ardour
9.0-pre0-1950-g391fe97693
|
#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/pixbuf.h.
| Enumerator | |
|---|---|
| CORRUPT_IMAGE | |
| INSUFFICIENT_MEMORY | |
| BAD_OPTION | |
| UNKNOWN_TYPE | |
| UNSUPPORTED_OPERATION | |
| FAILED | |
Definition at line 194 of file tk/ydkmm/ydkmm/pixbuf.h.
| Gdk::PixbufError::PixbufError | ( | Code | error_code, |
| const Glib::ustring & | error_message | ||
| ) |
|
explicit |
| Code Gdk::PixbufError::code | ( | ) | const |