KDirSize Class Reference
#include <kdirsize.h>
Detailed Description
Computes a directory size (similar to "du", but doesn't give the same results since we simply sum up the dir and file sizes, whereas du speaks disk blocks).
Definition at line 30 of file kdirsize.h.
Public Member Functions | |
KIO::filesize_t | totalSize () const |
KIO::filesize_t | totalFiles () const |
KIO::filesize_t | totalSubdirs () const |
Static Public Member Functions | |
static KDirSize * | dirSizeJob (const KURL &directory) |
static KDirSize * | dirSizeJob (const KFileItemList &lstItems) |
static KIO::filesize_t | dirSize (const KURL &directory) |
Protected Slots | |
virtual void | slotResult (KIO::Job *job) |
void | slotEntries (KIO::Job *, const KIO::UDSEntryList &) |
void | processList () |
Protected Member Functions | |
KDirSize (const KURL &directory) | |
KDirSize (const KFileItemList &lstItems) | |
~KDirSize () | |
void | setSync () |
void | startNextJob (const KURL &url) |
virtual void | virtual_hook (int id, void *data) |
Member Function Documentation
|
Synchronous method - you get the result as soon as the call returns.
Definition at line 138 of file kdirsize.cpp. |
|
Asynchronous method.
Connect to the result signal. This one lists the items from Definition at line 132 of file kdirsize.cpp. |
|
Asynchronous method. Connect to the result signal. This one lists a single directory. Definition at line 126 of file kdirsize.cpp. |
|
Definition at line 49 of file kdirsize.h. |
|
Definition at line 42 of file kdirsize.h. |
|
Definition at line 57 of file kdirsize.h. |
The documentation for this class was generated from the following files: