#include <kdirnotify.h>
Inheritance diagram for KDirNotify:

DCOP Methods | |
| virtual ASYNC | FilesAdded (const KURL &directory)=0 |
| virtual ASYNC | FilesRemoved (const KURL::List &fileList)=0 |
| virtual ASYNC | FilesChanged (const KURL::List &fileList)=0 |
| virtual ASYNC | FileRenamed (const KURL &src, const KURL &dst) |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 32 of file kdirnotify.h.
|
||||||||||||
|
Notify that a file has been renamed. Note: this is ASYNC so that it can be used with a broadcast Reimplemented in KDirListerCache. |
|
|
Notify that files have been added in Implemented in KDirListerCache. |
|
|
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 Implemented in KDirListerCache. |
|
|
Notify that files have been deleted. Note: this is ASYNC so that it can be used with a broadcast Implemented in KDirListerCache. |
1.2.18