#include <kdirsize.h>
Inheritance diagram for KDirSize:

Public Methods | |
| KIO::filesize_t | totalSize () const |
Static Public Methods | |
| KDirSize * | dirSizeJob (const KURL &directory) |
| KDirSize * | dirSizeJob (const KFileItemList &lstItems) |
| KIO::filesize_t | dirSize (const KURL &directory) |
Protected Slots | |
| virtual void | slotResult (KIO::Job *job) |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 30 of file kdirsize.h.
|
|
Synchronous method - you get the result as soon as the call returns. |
|
|
Asynchronous method. Connect to the result signal. This one lists the items from |
|
|
Asynchronous method. Connect to the result signal. This one lists a single directory. |
|
|
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. Reimplemented from KIO::Job. |
|
|
Definition at line 42 of file kdirsize.h. |
1.2.18