kmail
KMail::QuotaInfo Class Reference
List of all members.Detailed Description
Definition at line 49 of file quotajobs.h.
Public Member Functions | |
| QuotaInfo () | |
| QuotaInfo (const QString &_name, const QString &_root, const QVariant &_current, const QVariant &_max) | |
| bool | operator== (const QuotaInfo &other) const |
| bool | operator!= (const QuotaInfo &other) const |
| bool | isValid () const |
| bool | isEmpty () const |
| QString | name () const |
| void | setName (const QString &n) |
| QString | root () const |
| void | setRoot (const QString &r) |
| QVariant | max () const |
| void | setMax (const QVariant &m) |
| QVariant | current () const |
| void | setCurrent (const QVariant &c) |
| QString | toString () const |
The documentation for this class was generated from the following file:

