svn path=/trunk/KDE/kdebase/apps/; revision=819108
virtual ~IconManager();
void setShowPreview(bool show);
bool showPreview() const;
virtual ~IconManager();
void setShowPreview(bool show);
bool showPreview() const;
+
+ /**
+ * Updates the previews for all already available items.
+ */
void updatePreviews();
private slots:
/**
* Generates previews for the items \a items asynchronously.
*/
void updatePreviews();
private slots:
/**
* Generates previews for the items \a items asynchronously.
*/
- void generatePreviews(const KFileItemList &items);
+ void generatePreviews(const KFileItemList& items);
/**
* Adds the preview \a pixmap for the item \a item to the preview
/**
* Adds the preview \a pixmap for the item \a item to the preview
/**
* Is invoked when the preview job has been finished and
/**
* Is invoked when the preview job has been finished and
- * set m_previewJob to 0.
+ * removes the job from the m_previewJobs list.
*/
void slotPreviewJobFinished(KJob* job);
*/
void slotPreviewJobFinished(KJob* job);
QList<KUrl> m_pendingItems;
/**
QList<KUrl> m_pendingItems;
/**
- * Containts the URLs of all items, where a preview has already been
+ * Contains the URLs of all items, where a preview has already been
* generated by the preview jobs.
*/
QList<KUrl> m_dispatchedItems;
* generated by the preview jobs.
*/
QList<KUrl> m_dispatchedItems;