kio Library API Documentation

KDiskFreeSp Class Reference

This class parses the output of "df" to find the disk usage information for a given partition (mount point). More...

#include <kdiskfreesp.h>

Inheritance diagram for KDiskFreeSp:

QObject List of all members.

Public Methods

 ~KDiskFreeSp ()
 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.


Static Public Methods

KDiskFreeSp * findUsageInfo (const QString &path)
 Call this to fire a search on the disk usage information for the mount point containing path.


Detailed Description

This class parses the output of "df" to find the disk usage information for a given partition (mount point).

Definition at line 38 of file kdiskfreesp.h.


Constructor & Destructor Documentation

KDiskFreeSp::~KDiskFreeSp  
 

Destructor - this object autodeletes itself when it's done.

Definition at line 63 of file kdiskfreesp.cpp.


Member Function Documentation

int KDiskFreeSp::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.

Definition at line 80 of file kdiskfreesp.cpp.

References KProcess::clearArguments(), QString::fromLocal8Bit(), KProcess::isRunning(), KProcess::NotifyOnExit, and KProcess::start().

Referenced by findUsageInfo(), and KFilePropsPlugin::KFilePropsPlugin().

KDiskFreeSp * KDiskFreeSp::findUsageInfo const QString   path [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.

Definition at line 164 of file kdiskfreesp.cpp.

References KIO::findPathMountPoint(), and readDF().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:35 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001