|
|
PreviewJob ( const KFileItemList &items, int width, int height,
int iconSize, int iconAlpha, bool scale, bool save,
const QStringList *enabledPlugins, bool deleteItems = false )
| PreviewJob |
~PreviewJob ()
| ~PreviewJob |
[virtual]
void removeItem ( const KFileItem *item )
| removeItem |
Removes an item from preview processing. Use this if you passed an item to filePreview and want to delete it now.
Parameters:
item | the item that should be removed from the preview queue |
QStringList availablePlugins ()
| availablePlugins |
[static]
Returns: a list of all available preview 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 gotPreview ( const KFileItem *item, const QPixmap &preview )
| gotPreview |
[signal]
void failed ( const KFileItem *item )
| failed |
[signal]
void getOrCreateThumbnail ()
| getOrCreateThumbnail |
[protected]
bool statResultThumbnail ()
| statResultThumbnail |
[protected]
void createThumbnail ( QString )
| createThumbnail |
[protected]
void slotResult ( KIO::Job *job )
| slotResult |
[protected slots virtual slot]
Reimplemented from Job.
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:16:53 2002, using kdoc 2.0a53. |