Ardour  8.7-14-g57a6773833
Gdk::PixbufError Class Reference

#include <pixbuf.h>

Inheritance diagram for Gdk::PixbufError:
[legend]

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
 

Detailed Description

Exception class for Gdk::Pixbuf errors.

Definition at line 189 of file tk/ydkmm/ydkmm/gdkmm/pixbuf.h.

Member Enumeration Documentation

◆ Code

Enumerator
CORRUPT_IMAGE 
INSUFFICIENT_MEMORY 
BAD_OPTION 
UNKNOWN_TYPE 
UNSUPPORTED_OPERATION 
FAILED 

Definition at line 194 of file tk/ydkmm/ydkmm/gdkmm/pixbuf.h.

Constructor & Destructor Documentation

◆ PixbufError() [1/2]

Gdk::PixbufError::PixbufError ( Code  error_code,
const Glib::ustring &  error_message 
)

◆ PixbufError() [2/2]

Gdk::PixbufError::PixbufError ( GError *  gobject)
explicit

Member Function Documentation

◆ code()

Code Gdk::PixbufError::code ( ) const

The documentation for this class was generated from the following file: