class KDiskFreeSp
|
This class parses the output of "df" to find the disk usage
information for a given partition (mount point). More... |
|
|
Public Methods
Signals
- void foundMountPoint ( const QString & mountPoint, unsigned long kBSize, unsigned long kBUsed, unsigned long kBAvail )
- void done ()
Public Static Methods
Detailed Description
This class parses the output of "df" to find the disk usage
information for a given partition (mount point).
Destructor - this object autodeletes itself when it's done
| int readDF ( const QString & mountPoint )
|
Call this to fire a search on the disk usage information
for mountPoint. foundMountPoint will be emitted
if this mount point is found, with the info requested.
done is emitted in any case.
[static]
Call this to fire a search on the disk usage information
for the mount point containing path.
foundMountPoint will be emitted
if this mount point is found, with the info requested.
done is emitted in any case.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:25:30 2001, using kdoc 2.0a35. |