org.kde.koala

Interface PreviewJobSignals

public interface PreviewJobSignals

Method Summary
voidfailed(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.
voidgotPreview(KFileItem item, QPixmap preview)
Emitted when a thumbnail picture for item has been successfully retrieved.

Method Detail

failed

public 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.

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.

gotPreview

public void gotPreview(KFileItem item, QPixmap preview)
Emitted when a thumbnail picture for 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.