class MetaInfoJob

More...

Full nameKIO::MetaInfoJob
Definition#include <metainfojob.h>
InheritsKIO::Job [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Public Static Methods

Protected Methods

Protected Slots


Detailed Description

 MetaInfoJob (const KFileItemList &items, bool deleteItems = false)

MetaInfoJob

Constructor

Parameters:
itemsA list of KFileItems to get the metainfo for
deleteItemsIf true, the finished KFileItems are deleted

 ~MetaInfoJob ()

~MetaInfoJob

[virtual]

void  removeItem ( const KFileItem *item )

removeItem

Removes an item from metainfo extraction.

Parameters:
itemthe item that should be removed from the queue

QStringList  availablePlugins ()

availablePlugins

[static]

Returns: a list of all available metainfo plugins. The list contains the basenames of the plugins' .desktop files (no path, no .desktop).

QStringList  supportedMimeTypes ()

supportedMimeTypes

[static]

Returns: a list of all supported MIME types. The list can contain entries like text/ * (without the space).

void  gotMetaInfo ( const KFileItem *item )

gotMetaInfo

[signal]

Emitted when the meta info for item has been successfully retrieved.

void  failed ( const KFileItem *item )

failed

[signal]

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.

void  getMetaInfo ()

getMetaInfo

[protected]

void  slotResult ( KIO::Job *job )

slotResult

[protected slots virtual slot]

Reimplemented from Job.


Generated by: caleb on tcdevel on Tue Jan 28 12:54:15 2003, using kdoc $.