KMail::QuotaJobs::GetStorageQuotaJob Class Reference
#include <quotajobs.h>
Inherits TDEIO::Job.
Signals | |
void | storageQuotaResult (const QuotaInfo &info) |
Public Member Functions | |
GetStorageQuotaJob (TDEIO::Slave *slave, const KURL &url) | |
QuotaInfo | storageQuotaInfo () const |
Protected Slots | |
void | slotQuotarootResult (const TQStringList &roots) |
void | slotQuotaInfoReceived (const QuotaInfoList &roots) |
Detailed Description
Definition at line 164 of file quotajobs.h.
Constructor & Destructor Documentation
◆ GetStorageQuotaJob()
QuotaJobs::GetStorageQuotaJob::GetStorageQuotaJob | ( | TDEIO::Slave * | slave, |
const KURL & | url | ||
) |
Definition at line 100 of file quotajobs.cpp.
Member Function Documentation
◆ slotQuotaInfoReceived
|
protectedslot |
Definition at line 130 of file quotajobs.cpp.
◆ slotQuotarootResult
|
protectedslot |
Definition at line 117 of file quotajobs.cpp.
◆ storageQuotaInfo()
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.
◆ storageQuotaResult
|
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: