#include <metainfojob.h>
Inheritance diagram for KIO::MetaInfoJob:

Signals | |
| void | gotMetaInfo (const KFileItem *item) |
| void | failed (const KFileItem *item) |
Public Methods | |
| MetaInfoJob (const KFileItemList &items, bool deleteItems=false) | |
| void | removeItem (const KFileItem *item) |
Static Public Methods | |
| QStringList | availablePlugins () |
| QStringList | supportedMimeTypes () |
Protected Slots | |
| virtual void | slotResult (KIO::Job *job) |
Definition at line 33 of file metainfojob.h.
|
||||||||||||
|
Constructor
|
|
|
|
|
|
Emitted when metainfo for |
|
|
Emitted when the meta info for |
|
|
Removes an item from metainfo extraction.
|
|
|
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