|
|
An abstract class that receives notifications of added and removed files in any directory, local or remote. The information comes from the konqueror/kdesktop instance where the operation was done, and can interest KDirListers, bookmark handlers, etc.
KDirNotify ()
| KDirNotify |
[protected]
~KDirNotify ()
| ~KDirNotify |
[protected virtual]
ASYNC FilesAdded ( const KURL & directory )
| FilesAdded |
[k_dcop pure virtual]
Notify that files have been added in directory
Note: this is ASYNC so that it can be used with a broadcast
ASYNC FilesRemoved ( const KURL::List & fileList )
| FilesRemoved |
[k_dcop pure virtual]
Notify that files have been deleted. Note: this is ASYNC so that it can be used with a broadcast
ASYNC FilesChanged ( const KURL::List & fileList )
| FilesChanged |
[k_dcop pure virtual]
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
ASYNC FileRenamed ( const KURL &src, const KURL &dst )
| FileRenamed |
[k_dcop virtual]
Notify that a file has been renamed. Note: this is ASYNC so that it can be used with a broadcast
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:16:53 2002, using kdoc 2.0a53. |