KIO
kdiskfreespace.cpp
Go to the documentation of this file.
Definition kdiskfreespace.h:35
bool readDF(const QString &mountPoint)
Call this to fire a search on the disk usage information for mountPoint.
Definition kdiskfreespace.cpp:56
static KDiskFreeSpace * findUsageInfo(const QString &path)
Call this to fire a search on the disk usage information for the mount point containing path.
Definition kdiskfreespace.cpp:79
~KDiskFreeSpace()
Destructor - this object autodeletes itself when it's done.
Definition kdiskfreespace.cpp:50
void foundMountPoint(const QString &mountPoint, quint64 kibSize, quint64 kibUsed, quint64 kibAvail)
Emitted when the information about the requested mount point was found.
void done()
Emitted when the request made via readDF is over, whether foundMountPoint was emitted or not.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.