Exception class for Clutter::Texture errors. More...
Inherits Glib::Error.
Public Types | |
enum | Code { OUT_OF_MEMORY, NO_YUV, BAD_FORMAT } |
Public Member Functions | |
TextureError (Code error_code, const Glib::ustring& error_message) | |
TextureError (GError* gobject) | |
Code | code () const |
Exception class for Clutter::Texture errors.
Clutter::TextureError::TextureError | ( | Code | error_code, | |
const Glib::ustring & | error_message | |||
) |
Clutter::TextureError::TextureError | ( | GError * | gobject | ) | [explicit] |
Code Clutter::TextureError::code | ( | ) | const |