#include <kdirlister_p.h>
Inheritance diagram for KDirListerCache:

Public Methods | |
| virtual void | FilesAdded (const KURL &directory) |
| virtual void | FilesRemoved (const KURL::List &fileList) |
| virtual void | FilesChanged (const KURL::List &fileList) |
| virtual void | FileRenamed (const KURL &src, const KURL &dst) |
KDirListerCache also runs all the jobs for listing directories, whether they are for normal listing or for updates. For faster lookups, it also stores two dicts: a URL -> dirlister holding that URL (urlsCurrentlyHeld) a URL -> dirlister currently listing that URL (urlsCurrentlyListed)
Definition at line 123 of file kdirlister_p.h.
|
||||||||||||
|
Notify that a file has been renamed. Note: this is ASYNC so that it can be used with a broadcast Reimplemented from KDirNotify. |
|
|
Notify that files have been added in Implements KDirNotify. |
|
|
Notify that files have been changed. At the moment, this is only used for new icon, but it could be used for size etc. as well. Note: this is ASYNC so that it can be used with a broadcast Implements KDirNotify. |
|
|
Notify that files have been deleted. This call passes the exact urls of the deleted files so that any view showing them can simply remove them or be closed (if its current dir was deleted) Reimplemented from KDirNotify. Implements KDirNotify. |
1.2.18