class KDirNotify

An abstract class that receives notifications of added and removed files in any directory, local or remote. More...

Contains pure virtuals
Definition#include <kdirnotify.h>
InheritsDCOPObject (dcop) [public ]
Inherited byKDirListerCache
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

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.

 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

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]

Reimplemented from DCOPObject.


Generated by: dfaure on faure on Tue Apr 16 08:49:48 2002, using kdoc 2.0a53.