kioslaves
Stat Class Reference
This class is used to get the stats of a mbox-email or mbox-file. More...
#include <stat.h>
Public Member Functions | |
Stat () | |
~Stat () | |
Static Public Member Functions | |
static KIO::UDSEntry | stat (ReadMBox &mbox, const UrlInfo &info) |
static KIO::UDSEntry | stat (const UrlInfo &info) |
static KIO::UDSEntry | statDirectory (const UrlInfo &info) |
static KIO::UDSEntry | statMessage (const UrlInfo &info) |
Detailed Description
This class is used to get the stats of a mbox-email or mbox-file.This class only uses static members.
Definition at line 35 of file stat.h.
Constructor & Destructor Documentation
Member Function Documentation
This function gives information with a given ReadMBox and UrlInfo.
Through this, it is possible to ask the stats of the next message, without reopening the mbox-file.
- Parameters:
-
mbox The ReadMBox instance, used to search the mbox-email in. info The url information.
- Returns:
- The requesteds information.
KIO::UDSEntry Stat::stat | ( | const UrlInfo & | info | ) | [static] |
KIO::UDSEntry Stat::statDirectory | ( | const UrlInfo & | info | ) | [static] |
KIO::UDSEntry Stat::statMessage | ( | const UrlInfo & | info | ) | [static] |
The documentation for this class was generated from the following files: