| 
 
 | 
 | 
| MetaInfoJob (const KFileItemList &items, bool deleteItems = false) | MetaInfoJob | 
Constructor
Parameters:
| items | A list of KFileItems to get the metainfo for | 
| deleteItems | If true, the finished KFileItems are deleted | 
| ~MetaInfoJob () | ~MetaInfoJob | 
[virtual]
| void  removeItem ( const KFileItem *item ) | removeItem | 
Removes an item from metainfo extraction.
Parameters:
| item | the 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 $. |