org.kde.koala
public class KDiskFreeSp extends QObject
UNKNOWN: This class parses the output of "df" to find the disk usage information for a given partition (mount point).
Constructor Summary | |
---|---|
protected | KDiskFreeSp(Class dummy) |
KDiskFreeSp(QObject parent, String name) | |
KDiskFreeSp(QObject parent) | |
KDiskFreeSp() |
Method Summary | |
---|---|
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
static KDiskFreeSp | findUsageInfo(String path)
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. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
int | readDF(String 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. |
path.
foundMountPoint will be emitted
if this mount point is found, with the info requested.
done is emitted in any case.UNKNOWN: Call this to fire a search on the disk usage information for the mount point containing path.
mountPoint.
foundMountPoint will be emitted
if this mount point is found, with the info requested.
done is emitted in any case.UNKNOWN: Call this to fire a search on the disk usage information for mountPoint.