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:
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 38 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.
The documentation for this class was generated from the following files:

