org.kde.koala

Class KDiskFreeSp

public class KDiskFreeSp extends QObject

This class parses the output of "df" to find the disk usage information for a given partition (mount point). See KDiskFreeSpSignals for signals emitted by KDiskFreeSp

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
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
static KDiskFreeSpfindUsageInfo(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.
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intreadDF(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.

Constructor Detail

KDiskFreeSp

protected KDiskFreeSp(Class dummy)

KDiskFreeSp

public KDiskFreeSp(QObject parent, String name)

KDiskFreeSp

public KDiskFreeSp(QObject parent)

KDiskFreeSp

public KDiskFreeSp()

Method Detail

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

findUsageInfo

public 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.

UNKNOWN: Call this to fire a search on the disk usage information for the mount point containing path.

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

readDF

public 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.

UNKNOWN: Call this to fire a search on the disk usage information for mountPoint.