org.kde.koala
public interface PreviewJobSignals
Method Summary | |
---|---|
void | failed(KFileItem item)
Emitted when a thumbnail for item could not be created,
either because a ThumbCreator for its MIME type does not
exist, or because something went wrong. |
void | gotPreview(KFileItem item, QPixmap preview)
Emitted when a thumbnail picture for item has been successfully
retrieved. |
item
could not be created,
either because a ThumbCreator for its MIME type does not
exist, or because something went wrong.Parameters: item the file that failed
UNKNOWN: Emitted when a thumbnail for item
could not be created, either because a ThumbCreator for its MIME type does not exist, or because something went wrong.
item
has been successfully
retrieved.Parameters: item the file of the preview preview the preview image
UNKNOWN: Emitted when a thumbnail picture for item
has been successfully retrieved.