![]() |
![]() |
Public Methods | |||||
virtual | ~PixbufLoader () | ||||
GdkPixbufLoader* | gobj () | ||||
const GdkPixbufLoader* | gobj () const | ||||
GdkPixbufLoader* | gobj_copy () | ||||
void | write (const guint8* buf, gsize count) | ||||
| |||||
void | close () | ||||
| |||||
Glib::RefPtr<Gdk::Pixbuf> | get_pixbuf () | ||||
Glib::RefPtr<Gdk::PixbufAnimation> | get_animation () | ||||
Glib::SignalProxy0<void> | signal_area_prepared () | ||||
Glib::SignalProxy4< void, int, int, int, int > | signal_area_updated () | ||||
Glib::SignalProxy0<void> | signal_closed () | ||||
Static Public Methods | |||||
Glib::RefPtr<PixbufLoader> | create () | ||||
Glib::RefPtr<PixbufLoader> | create (const Glib::ustring& image_type) | ||||
| |||||
Protected Methods | |||||
PixbufLoader () | |||||
PixbufLoader (const Glib::ustring& image_type) | |||||
| |||||
virtual void | on_area_prepared () | ||||
virtual void | on_area_updated (int x, int y, int width, int height) | ||||
virtual void | on_closed () | ||||
Related Functions | |||||
(Note that these are not member functions.) | |||||
Glib::RefPtr<Gdk::PixbufLoader> | wrap (GdkPixbufLoader* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Glib::ObjectBase. |
|
Reimplemented from Glib::ObjectBase. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|