class KDirNotify
|
An abstract class that receives notifications of added and removed files
in any directory, local or remote. More... |
|
|
Public Methods
Protected Methods
Detailed Description
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.
[protected]
[protected virtual]
k_dcop: /** * Notify that files have been added in @p directory * Note: this is ASYNC so that it can be used with a broadcast */ ASYNC FilesAdded ( const KURL & directory )
|
[pure virtual]
ASYNC FilesRemoved ( const KURL::List & fileList )
|
[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 )
|
[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 )
|
[virtual]
Notify that a file has been renamed.
Note: this is ASYNC so that it can be used with a broadcast
Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:34 2000, using kdoc 2.0a40. |