class KDirNotify
|
An abstract class that receives notifications of added and removed files
in any directory, local or remote. More... |
|
|
Public Methods
- 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 )
- virtual ASYNC FilesRemoved ( const KURL::List & fileList )
- virtual ASYNC FilesChanged ( const KURL::List & fileList )
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
Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:06 2000, using kdoc 2.0a36. |