KDE 4.5 PyKDE API Reference
  • KDE's Python API
  • Overview
  • PyKDE Home
  • Sitemap
  • Contact Us
 

DeleteJob Class Reference

from PyKDE4.kio import *

Inherits: KIO.Job → KCompositeJob → KJob → QObject
Namespace: KIO

Detailed Description

A more complex Job to delete files and directories. Don't create the job directly, but use KIO.del() instead.

See also:
KIO.del()


Signals

 deleting (KIO.Job job, KUrl file)
 processedDirs (KIO.Job job, long dirs)
 processedFiles (KIO.Job job, long files)
 totalDirs (KJob job, long dirs)
 totalFiles (KJob job, long files)

Methods

 __init__ (self)
 slotResult (self, KJob job)
KUrl.List urls (self)

Signal Documentation

deleting ( KIO.Job  job,
KUrl  file
)

Sends the URL of the file that is currently being deleted.

Parameters:
job  the job that emitted this signal
file  the URL of the file or directory that is being deleted

Signal syntax:
QObject.connect(source, SIGNAL("deleting(KIO::Job*, const KUrl&)"), target_slot)
processedDirs ( KIO.Job  job,
long  dirs
)

Sends the number of processed directories.

Parameters:
job  the job that emitted this signal
dirs  the number of processed dirs

Signal syntax:
QObject.connect(source, SIGNAL("processedDirs(KIO::Job*, unsigned long)"), target_slot)
processedFiles ( KIO.Job  job,
long  files
)

Sends the number of processed files.

Parameters:
job  the job that emitted this signal
files  the number of processed files

Signal syntax:
QObject.connect(source, SIGNAL("processedFiles(KIO::Job*, unsigned long)"), target_slot)
totalDirs ( KJob  job,
long  dirs
)

Emitted when the toal number of direcotries is known.

Parameters:
job  the job that emitted this signal
dirs  the total number of directories

Signal syntax:
QObject.connect(source, SIGNAL("totalDirs(KJob*, unsigned long)"), target_slot)
totalFiles ( KJob  job,
long  files
)

Emitted when the total number of files is known.

Parameters:
job  the job that emitted this signal
files  the total number of files

Signal syntax:
QObject.connect(source, SIGNAL("totalFiles(KJob*, unsigned long)"), target_slot)

Method Documentation

__init__ (   self )
slotResult (  self,
KJob  job
)
KUrl.List urls (   self )

Returns the list of URLs.

Returns:
the list of URLs.

  • Full Index

Modules

  • akonadi
  • dnssd
  • kdecore
  • kdeui
  • khtml
  • kio
  • knewstuff
  • kparts
  • kutils
  • nepomuk
  • phonon
  • plasma
  • polkitqt
  • solid
  • soprano
This documentation is maintained by Simon Edwards.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal