KIO::MetaInfoJob Class Reference
- Since:
- 3.1
#include <metainfojob.h>
Inheritance diagram for KIO::MetaInfoJob:

Signals | |
void | gotMetaInfo (const KFileItem *item) |
Emitted when the meta info for item has been successfully retrieved. | |
void | failed (const KFileItem *item) |
Emitted when metainfo for item could not be extracted, either because a plugin for its MIME type does not exist, or because something went wrong. | |
Public Member Functions | |
MetaInfoJob (const KFileItemList &items, bool deleteItems=false) | |
Constructor. | |
void | removeItem (const KFileItem *item) |
Removes an item from metainfo extraction. | |
Static Public Member Functions | |
QStringList | availablePlugins () |
QStringList | supportedMimeTypes () |
Protected Slots | |
virtual void | slotResult (KIO::Job *job) |
Called whenever a subjob finishes. | |
Protected Member Functions | |
void | getMetaInfo () |
Detailed Description
- Since:
- 3.1
Definition at line 33 of file metainfojob.h.
Constructor & Destructor Documentation
|
Constructor.
Definition at line 44 of file metainfojob.cpp. References KIO::Job::emitResult(), and QTimer::singleShot(). |
Member Function Documentation
|
Removes an item from metainfo extraction.
Definition at line 80 of file metainfojob.cpp. References QPtrList< Job >::first(), and QPtrList< Job >::removeFirst(). |
|
Definition at line 157 of file metainfojob.cpp. References QValueList::begin(), QValueList::end(), KTrader::OfferList, KTrader::query(), KIO::Job::result(), and KTrader::self(). |
|
Definition at line 166 of file metainfojob.cpp. References QValueList::begin(), QValueList::end(), KTrader::OfferList, KTrader::query(), KIO::Job::result(), and KTrader::self(). |
|
Emitted when the meta info for
|
|
Emitted when metainfo for
|
|
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. Definition at line 116 of file metainfojob.cpp. References QPtrList< Job >::isEmpty(), and QPtrList< Job >::remove(). |
The documentation for this class was generated from the following files: