#include <thumbnail.h>
Inheritance diagram for Gnome::UI::ThumbnailFactory:
Public Member Functions | |
virtual | ~ThumbnailFactory () |
GnomeThumbnailFactory * | gobj () |
Provides access to the underlying C GObject. | |
const GnomeThumbnailFactory * | gobj () const |
Provides access to the underlying C GObject. | |
GnomeThumbnailFactory * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::ustring | lookup (const Glib::ustring &uri, time_t mtime) const |
bool | has_valid_failed_thumbnail (const Glib::ustring &uri, time_t mtime) const |
bool | can_thumbnail (const Glib::ustring &uri, const Glib::ustring &mime_type, time_t mtime) const |
Glib::RefPtr< Gdk::Pixbuf > | generate_thumbnail (const Glib::ustring &uri, const Glib::ustring &mime_type) const |
void | save_thumbnail (const Glib::RefPtr< Gdk::Pixbuf > &thumbnail, const Glib::ustring &uri, time_t original_mtime) |
void | create_failed_thumbnail (const Glib::ustring &uri, time_t mtime) const |
Static Public Member Functions | |
Glib::RefPtr< ThumbnailFactory > | create (ThumbnailSize size) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gnome::UI::ThumbnailFactory > | wrap (GnomeThumbnailFactory *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
|
|
|
|
|
|
|