|
|
Compute 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)
KDirSize ( const KURL & directory )
| KDirSize |
[protected]
KDirSize ( const KFileItemList & lstItems )
| KDirSize |
[protected]
~KDirSize ()
| ~KDirSize |
[protected]
unsigned long totalSize ()
| totalSize |
Returns: the size we found
Reimplemented from Job.
long long totalSize64 ()
| totalSize64 |
Returns: the size we found
KDirSize * dirSizeJob ( const KURL & directory )
| dirSizeJob |
[static]
Asynchronous method. Connect to the result signal. This one lists a single directory.
KDirSize * dirSizeJob ( const KFileItemList & lstItems )
| dirSizeJob |
[static]
Asynchronous method. Connect to the result signal.
This one lists the items from lstItems
.
The reason we asks for items instead of just urls, is so that
we directly know if the item is a file or a directory,
and in case of a file, we already have its size.
unsigned long dirSize ( const KURL & directory )
| dirSize |
[static]
Synchronous method - you get the result as soon as the call returns.
long long dirSize64 ( const KURL & directory )
| dirSize64 |
[static]
Synchronous method - you get the result as soon as the call returns.
void setSync ()
| setSync |
[protected]
void startNextJob ( const KURL & url )
| startNextJob |
[protected]
void slotResult ( KIO::Job *job )
| slotResult |
[protected slots virtual slot]
Reimplemented from Job.
void slotEntries ( KIO::Job * , const KIO::UDSEntryList & )
| slotEntries |
[protected slots slot]
void processList ()
| processList |
[protected slots slot]
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:17:38 2002, using kdoc 2.0a53. |