kmail
KMail::QuotaJobs::GetQuotarootJob Class Reference
for getQuotaroot() More...
#include <quotajobs.h>
Inheritance diagram for KMail::QuotaJobs::GetQuotarootJob:
Signals | |
void | quotaInfoReceived (const QuotaInfoList &info) |
void | quotaRootResult (const QStringList &roots) |
Public Member Functions | |
GetQuotarootJob (const KURL &url, const QByteArray &packedArgs, bool showProgressInfo) | |
Protected Slots | |
void | slotInfoMessage (KIO::Job *, const QString &) |
Detailed Description
for getQuotaroot()Definition at line 137 of file quotajobs.h.
Constructor & Destructor Documentation
QuotaJobs::GetQuotarootJob::GetQuotarootJob | ( | const KURL & | url, | |
const QByteArray & | packedArgs, | |||
bool | showProgressInfo | |||
) |
Definition at line 49 of file quotajobs.cpp.
Member Function Documentation
void KMail::QuotaJobs::GetQuotarootJob::quotaInfoReceived | ( | const QuotaInfoList & | info | ) | [signal] |
Emitted when the server returns a list of quota infos for the specified mailbox.
This is an aggregate of all quotas for all applicable roots for the mailbox. It happens as a side effect of root listing.
- Parameters:
-
info List of quota infos for the mailbox
void KMail::QuotaJobs::GetQuotarootJob::quotaRootResult | ( | const QStringList & | roots | ) | [signal] |
Emitted when the server returns a (potentially empty) list of quota roots for the specified mailbox.
- Parameters:
-
roots List of quota roots for the mailbox
void QuotaJobs::GetQuotarootJob::slotInfoMessage | ( | KIO::Job * | , | |
const QString & | str | |||
) | [protected, slot] |
Definition at line 58 of file quotajobs.cpp.
The documentation for this class was generated from the following files: