kmail
KMail::QuotaJobs::GetStorageQuotaJob Class Reference
for getStorageQuota() More...
#include <quotajobs.h>
Inheritance diagram for KMail::QuotaJobs::GetStorageQuotaJob:
Signals | |
void | storageQuotaResult (const QuotaInfo &info) |
Public Member Functions | |
GetStorageQuotaJob (KIO::Slave *slave, const KURL &url) | |
QuotaInfo | storageQuotaInfo () const |
Protected Slots | |
void | slotQuotaInfoReceived (const QuotaInfoList &roots) |
void | slotQuotarootResult (const QStringList &roots) |
Detailed Description
for getStorageQuota()Definition at line 163 of file quotajobs.h.
Constructor & Destructor Documentation
QuotaJobs::GetStorageQuotaJob::GetStorageQuotaJob | ( | KIO::Slave * | slave, | |
const KURL & | url | |||
) |
Definition at line 100 of file quotajobs.cpp.
Member Function Documentation
void QuotaJobs::GetStorageQuotaJob::slotQuotaInfoReceived | ( | const QuotaInfoList & | roots | ) | [protected, slot] |
Definition at line 130 of file quotajobs.cpp.
void QuotaJobs::GetStorageQuotaJob::slotQuotarootResult | ( | const QStringList & | roots | ) | [protected, slot] |
Definition at line 117 of file quotajobs.cpp.
QuotaInfo QuotaJobs::GetStorageQuotaJob::storageQuotaInfo | ( | ) | const |
Returns the storage quota info, if any, can be queried on result().
Definition at line 142 of file quotajobs.cpp.
void KMail::QuotaJobs::GetStorageQuotaJob::storageQuotaResult | ( | const QuotaInfo & | info | ) | [signal] |
Emitted to indicate that storage quota information has been received.
Is not emitted if there is no such info on the server, so users need to rely on the normal result() signal to be informed when the job is done.
The documentation for this class was generated from the following files: