org.kde.koala
Interface PreviewJobSignals


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, org.kde.qt.QPixmap preview)
          Emitted when a thumbnail picture for item has been successfully retrieved.
 

Method Detail

gotPreview

void gotPreview(KFileItem item,
                org.kde.qt.QPixmap preview)
Emitted when a thumbnail picture for item has been successfully retrieved.

Parameters:
item - the file of the preview
preview - the preview image

failed

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