kio Library API Documentation

KIO::ChmodJob Class Reference

This job changes permissions on a list of files or directories, optionally in a recursive manner. More...

#include <chmodjob.h>

Inheritance diagram for KIO::ChmodJob:

Inheritance graph
[legend]
Collaboration diagram for KIO::ChmodJob:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ChmodJob (const KFileItemList &lstItems, int permissions, int mask, int newOwner, int newGroup, bool recursive, bool showProgressInfo)

Protected Slots

virtual void slotResult (KIO::Job *job)
void slotEntries (KIO::Job *, const KIO::UDSEntryList &)
void processList ()

Protected Member Functions

void chmodNextFile ()
virtual void virtual_hook (int id, void *data)

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 46 of file chmodjob.h.


Constructor & Destructor Documentation

ChmodJob::ChmodJob const KFileItemList lstItems,
int  permissions,
int  mask,
int  newOwner,
int  newGroup,
bool  recursive,
bool  showProgressInfo
 

Create new ChmodJobs using the KIO::chmod() function.

Definition at line 43 of file chmodjob.cpp.

References processList(), and QTimer::singleShot().


Member Function Documentation

void ChmodJob::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.

Parameters:
job the subjob
See also:
result()

Reimplemented from KIO::Job.

Definition at line 193 of file chmodjob.cpp.

References chmodNextFile(), KIO::Job::emitResult(), endl(), KIO::Job::error(), KIO::Job::errorText(), kdDebug(), KIO::Job::m_error, KIO::Job::m_errorText, processList(), QPtrList::remove(), QPtrList::removeFirst(), and KIO::Job::subjobs.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kio Library Version 3.4.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun Oct 9 08:01:54 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003