|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
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 |
|---|
void gotPreview(KFileItem item,
org.kde.qt.QPixmap preview)
item has been successfully
retrieved.
item - the file of the previewpreview - the preview imagevoid failed(KFileItem item)
item could not be created,
either because a ThumbCreator for its MIME type does not
exist, or because something went wrong.
item - the file that failed
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||