kio Library API Documentation

KIO::DeleteJob Class Reference

#include <jobclasses.h>

Inheritance diagram for KIO::DeleteJob:

KIO::Job QObject List of all members.

Protected Slots

virtual void slotResult (KIO::Job *job)
 Called whenever a subjob finishes.

void slotProcessedSize (KIO::Job *, KIO::filesize_t data_size)
 Forward signal from subjob.


Protected Methods

virtual void virtual_hook (int id, void *data)

Detailed Description

A more complex Job to delete files and directories.

Definition at line 1036 of file jobclasses.h.


Member Function Documentation

void DeleteJob::slotResult KIO::Job   job [protected, virtual, slot]
 

Called whenever a subjob finishes.

Default implementation checks for errors and propagates to parent job, then calls removeSubjob. Override if you don't want subjobs errors to be propagated.

Reimplemented from KIO::Job.

Definition at line 3269 of file job.cpp.

References KIO::Job::addSubjob(), QValueList< UDSAtom >::begin(), QObject::connect(), KURL::directory(), QValueList< UDSAtom >::end(), KIO::Job::error(), QPtrList< Job >::isEmpty(), KURL::isLocalFile(), KIO::listRecursive(), KURL::path(), QPtrList< Job >::remove(), KIO::UDS_FILE_TYPE, KIO::UDS_LINK_DEST, KIO::UDS_SIZE, and KURL::url().

void DeleteJob::slotProcessedSize KIO::Job  ,
KIO::filesize_t    data_size
[protected, slot]
 

Forward signal from subjob.

Definition at line 3241 of file job.cpp.

References KIO::Job::percent(), and KIO::Job::processedSize().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:38 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001