• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/tdeio
 

tdeio/tdeio

Protected Member Functions | List of all members
KDirNotify Class Referenceabstract

#include <kdirnotify.h>

Inherits DCOPObject.

Protected Member Functions

virtual void virtual_hook (int id, void *data)
 

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.

Definition at line 32 of file kdirnotify.h.

Member Function Documentation

void KDirNotify::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

Parameters
srca list containing original names of the renamed files
dsta list of original names of the renamed files

Definition at line 34 of file kdirnotify.cpp.

virtual ASYNC KDirNotify::FilesAdded ( const KURL &  directory)
pure virtual

Notify that files have been added in directory Note: this is ASYNC so that it can be used with a broadcast.

Parameters
directorythe directory that contains the new files
virtual ASYNC KDirNotify::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.

Parameters
fileListthe list of changed files
virtual ASYNC KDirNotify::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

Parameters
fileListthe files that have been deleted

The documentation for this class was generated from the following files:
  • kdirnotify.h
  • kdirnotify.cpp

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.8.8
This website is maintained by Timothy Pearson.