• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.10.5 API Reference
  • KDE Home
  • Contact Us
 

KIO

  • KIO
  • DeleteJob
Signals | Public Member Functions | Protected Slots | Protected Member Functions
KIO::DeleteJob Class Reference

#include <deletejob.h>

Inheritance diagram for KIO::DeleteJob:
KIO::Job KCompositeJob KJob QObject

List of all members.

Signals

void deleting (KIO::Job *job, const KUrl &file)
void processedDirs (KIO::Job *job, unsigned long dirs)
void processedFiles (KIO::Job *job, unsigned long files)
void totalDirs (KJob *job, unsigned long dirs)
void totalFiles (KJob *job, unsigned long files)
- Signals inherited from KIO::Job
void canceled (KJob *job)
void connected (KIO::Job *job)
- Signals inherited from KCompositeJob
void description (KJob *job, const QString &title, const QPair< QString, QString > &field1=qMakePair(QString(), QString()), const QPair< QString, QString > &field2=qMakePair(QString(), QString()))
void finished (KJob *job)
void infoMessage (KJob *job, const QString &plain, const QString &rich=QString())
void percent (KJob *job, unsigned long percent)
void processedAmount (KJob *job, KJob::Unit unit, qulonglong amount)
void processedSize (KJob *job, qulonglong size)
void result (KJob *job)
void resumed (KJob *job)
void speed (KJob *job, unsigned long speed)
void suspended (KJob *job)
void totalAmount (KJob *job, KJob::Unit unit, qulonglong amount)
void totalSize (KJob *job, qulonglong size)
void warning (KJob *job, const QString &plain, const QString &rich=QString())
- Signals inherited from KJob

Public Member Functions

virtual ~DeleteJob ()
KUrl::List urls () const
- Public Member Functions inherited from KIO::Job
virtual ~Job ()
void addMetaData (const QString &key, const QString &value)
void addMetaData (const QMap< QString, QString > &values)
QStringList detailedErrorStrings (const KUrl *reqUrl=0L, int method=-1) const
QString errorString () const
bool isInteractive () const
void mergeMetaData (const QMap< QString, QString > &values)
MetaData metaData () const
MetaData outgoingMetaData () const
Job * parentJob () const
QString queryMetaData (const QString &key)
void setMetaData (const KIO::MetaData &metaData)
void setParentJob (Job *parentJob)
void showErrorDialog (QWidget *parent=0)
void start ()
JobUiDelegate * ui () const
- Public Member Functions inherited from KCompositeJob
 KCompositeJob (QObject *parent=0)
virtual ~KCompositeJob ()
virtual ~KJob ()
Capabilities capabilities () const
int error () const
QString errorText () const
bool exec ()
bool isAutoDelete () const
bool isSuspended () const
 KJob (QObject *parent=0)
unsigned long percent () const
qulonglong processedAmount (Unit unit) const
void setAutoDelete (bool autodelete)
void setUiDelegate (KJobUiDelegate *delegate)
qulonglong totalAmount (Unit unit) const
KJobUiDelegate * uiDelegate () const
- Public Member Functions inherited from KJob
qulonglong processedAmount (Unit unit) const
qulonglong totalAmount (Unit unit) const

Protected Slots

virtual void slotResult (KJob *job)

Protected Member Functions

 DeleteJob (DeleteJobPrivate &dd)
- Protected Member Functions inherited from KIO::Job
 Job ()
 Job (JobPrivate &dd)
virtual bool addSubjob (KJob *job)
virtual bool doKill ()
virtual bool doResume ()
virtual bool doSuspend ()
virtual bool removeSubjob (KJob *job)
- Protected Member Functions inherited from KCompositeJob
 KCompositeJob (KCompositeJobPrivate &dd, QObject *parent)
void clearSubjobs ()
void emitPercent (qulonglong processedAmount, qulonglong totalAmount)
void emitResult ()
void emitSpeed (unsigned long speed)
bool hasSubjobs ()
 KJob (KJobPrivate &dd, QObject *parent)
void setCapabilities (Capabilities capabilities)
void setError (int errorCode)
void setErrorText (const QString &errorText)
void setPercent (unsigned long percentage)
void setProcessedAmount (Unit unit, qulonglong amount)
void setTotalAmount (Unit unit, qulonglong amount)
const QList< KJob * > & subjobs () const
- Protected Member Functions inherited from KJob
void setProcessedAmount (Unit unit, qulonglong amount)
void setTotalAmount (Unit unit, qulonglong amount)

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()

Definition at line 43 of file deletejob.h.


Constructor & Destructor Documentation

DeleteJob::~DeleteJob ( )
virtual

Definition at line 127 of file deletejob.cpp.

DeleteJob::DeleteJob ( DeleteJobPrivate &  dd)
protected

Definition at line 116 of file deletejob.cpp.


Member Function Documentation

void KIO::DeleteJob::deleting ( KIO::Job *  job,
const KUrl &  file 
)
signal

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

Parameters:
jobthe job that emitted this signal
filethe URL of the file or directory that is being deleted
void KIO::DeleteJob::processedDirs ( KIO::Job *  job,
unsigned long  dirs 
)
signal

Sends the number of processed directories.

Parameters:
jobthe job that emitted this signal
dirsthe number of processed dirs
void KIO::DeleteJob::processedFiles ( KIO::Job *  job,
unsigned long  files 
)
signal

Sends the number of processed files.

Parameters:
jobthe job that emitted this signal
filesthe number of processed files
void DeleteJob::slotResult ( KJob *  job)
protectedvirtualslot

Reimplemented from KCompositeJob.

Definition at line 415 of file deletejob.cpp.

void KIO::DeleteJob::totalDirs ( KJob *  job,
unsigned long  dirs 
)
signal

Emitted when the toal number of direcotries is known.

Parameters:
jobthe job that emitted this signal
dirsthe total number of directories
void KIO::DeleteJob::totalFiles ( KJob *  job,
unsigned long  files 
)
signal

Emitted when the total number of files is known.

Parameters:
jobthe job that emitted this signal
filesthe total number of files
KUrl::List DeleteJob::urls ( ) const

Returns the list of URLs.

Returns:
the list of URLs.

Definition at line 131 of file deletejob.cpp.


The documentation for this class was generated from the following files:
  • deletejob.h
  • deletejob.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:48:02 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KIO

Skip menu "KIO"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs-4.10.5 API Reference

Skip menu "kdelibs-4.10.5 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal