#include <previewjob.h>
Inheritance diagram for KIO::PreviewJob:

Signals | |
| void | gotPreview (const KFileItem *item, const QPixmap &preview) |
| void | failed (const KFileItem *item) |
Public Methods | |
| void | removeItem (const KFileItem *item) |
Static Public Methods | |
| QStringList | availablePlugins () |
| QStringList | supportedMimeTypes () |
Protected Slots | |
| virtual void | slotResult (KIO::Job *job) |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 36 of file previewjob.h.
|
|
|
|
|
Emitted when a thumbnail for |
|
||||||||||||
|
Emitted when a thumbnail picture for |
|
|
Removes an item from preview processing. Use this if you passed an item to filePreview and want to delete it now.
|
|
|
Called whenever a subjob finishes. Default implementation checks for errors and propagates to parent job, then calls removeSubjob. Override if you don't want subjobs errors to be propagated. Reimplemented from KIO::Job. |
|
|
|
1.2.18