gtkmm 4.14.0
Public Types | Public Member Functions | List of all members
Gdk::TextureError Class Reference

#include <gdkmm/texture.h>

Inheritance diagram for Gdk::TextureError:
Inheritance graph
[legend]

Public Types

enum  Code {
  TOO_LARGE ,
  CORRUPT_IMAGE ,
  UNSUPPORTED_CONTENT ,
  UNSUPPORTED_FORMAT
}
 Possible errors that can be returned by Gdk::Texture constructors. More...
 

Public Member Functions

 TextureError (Code error_code, const Glib::ustring & error_message)
 
 TextureError (GError * gobject)
 
Code code () const
 

Member Enumeration Documentation

◆ Code

Possible errors that can be returned by Gdk::Texture constructors.

Since gtkmm 4.6:
Enumerator
TOO_LARGE 

Not enough memory to handle this image.

CORRUPT_IMAGE 

The image data appears corrupted.

UNSUPPORTED_CONTENT 

The image contains features that cannot be loaded.

UNSUPPORTED_FORMAT 

The image format is not supported.

Constructor & Destructor Documentation

◆ TextureError() [1/2]

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

◆ TextureError() [2/2]

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

Member Function Documentation

◆ code()

Code Gdk::TextureError::code ( ) const