|
|
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)
|
[protected: ]
|
[protected: ]
|
[protected: ]
unsigned long |
Returns: the size we found
Reimplemented from Job.
KDirSize * |
[static]
Asynchronous method. Connect to the result signal. This one lists a single directory.
KDirSize * |
[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 |
[static]
Synchronous method - you get the result as soon as the call returns.
void |
[protected: ]
void |
[protected: ]
void |
[protected slots: virtual slot]
Reimplemented from Job.
void |
[protected slots: slot]
void |
[protected slots: slot]
Generated by: marc@yogi on Tue Mar 27 13:08:28 2001, using kdoc 2.0a48. |