KIO
KIO::ChmodJob Class Reference
#include <chmodjob.h>
Inheritance diagram for KIO::ChmodJob:

Public Member Functions | |
| virtual | ~ChmodJob () |
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 |
Protected Slots | |
| virtual void | slotResult (KJob *job) |
Protected Slots inherited from KCompositeJob | |
| virtual void | slotInfoMessage (KJob *job, const QString &plain, const QString &rich) |
| virtual void | slotResult (KJob *job) |
Protected Member Functions | |
| ChmodJob (ChmodJobPrivate &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 |
Additional Inherited Members | |
Public Types inherited from KCompositeJob | |
| enum | Capability |
| enum | KillVerbosity |
| enum | Unit |
Public Slots inherited from KCompositeJob | |
| bool | kill (KillVerbosity verbosity=Quietly) |
| bool | resume () |
| bool | suspend () |
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()) |
Protected Attributes inherited from KCompositeJob | |
| KJobPrivate *const | d_ptr |
Detailed Description
This job changes permissions on a list of files or directories, optionally in a recursive manner.
- See also
- KIO::chmod()
Definition at line 39 of file chmodjob.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 107 of file chmodjob.cpp.
|
protected |
Definition at line 101 of file chmodjob.cpp.
Member Function Documentation
|
protectedvirtualslot |
Definition at line 239 of file chmodjob.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from