akonadi
#include <collectionquotaattribute.h>
Public Member Functions | |
CollectionQuotaAttribute () | |
CollectionQuotaAttribute (qint64 currentValue, qint64 maxValue) | |
~CollectionQuotaAttribute () | |
virtual Attribute * | clone () const |
qint64 | currentValue () const |
virtual void | deserialize (const QByteArray &data) |
qint64 | maximumValue () const |
virtual QByteArray | serialized () const |
void | setCurrentValue (qint64 value) |
void | setMaximumValue (qint64 value) |
virtual QByteArray | type () const |
Public Member Functions inherited from Akonadi::Attribute | |
virtual | ~Attribute () |
Additional Inherited Members | |
Public Types inherited from Akonadi::Attribute | |
typedef QList< Attribute * > | List |
Detailed Description
Attribute that provides quota information for a collection.
This attribute class provides quota information (e.g. current fill value and maximum fill value) for an Akonadi collection.
Example:
- Since
- 4.4
Definition at line 50 of file collectionquotaattribute.h.
Constructor & Destructor Documentation
CollectionQuotaAttribute::CollectionQuotaAttribute | ( | ) |
Creates a new collection quota attribute.
Definition at line 39 of file collectionquotaattribute.cpp.
CollectionQuotaAttribute::CollectionQuotaAttribute | ( | qint64 | currentValue, |
qint64 | maxValue | ||
) |
Creates a new collection quota attribute with initial values.
- Parameters
-
currentValue The current quota value in bytes. maxValue The maximum quota value in bytes.
Definition at line 44 of file collectionquotaattribute.cpp.
CollectionQuotaAttribute::~CollectionQuotaAttribute | ( | ) |
Destroys the collection quota attribute.
Definition at line 49 of file collectionquotaattribute.cpp.
Member Function Documentation
|
virtual |
Creates a copy of this attribute.
Implements Akonadi::Attribute.
Definition at line 80 of file collectionquotaattribute.cpp.
qint64 CollectionQuotaAttribute::currentValue | ( | ) | const |
Returns the current quota value in bytes.
Definition at line 64 of file collectionquotaattribute.cpp.
|
virtual |
Sets the data of this attribute, using the same encoding as returned by toByteArray().
- Parameters
-
data The encoded attribute data.
Implements Akonadi::Attribute.
Definition at line 92 of file collectionquotaattribute.cpp.
qint64 CollectionQuotaAttribute::maximumValue | ( | ) | const |
Returns the maximum quota value in bytes.
Definition at line 69 of file collectionquotaattribute.cpp.
|
virtual |
Returns a QByteArray representation of the attribute which will be storaged.
This can be raw binary data, no encoding needs to be applied.
Implements Akonadi::Attribute.
Definition at line 85 of file collectionquotaattribute.cpp.
void CollectionQuotaAttribute::setCurrentValue | ( | qint64 | value | ) |
Sets the current quota value
for the collection.
- Parameters
-
value The current quota value in bytes.
Definition at line 54 of file collectionquotaattribute.cpp.
void CollectionQuotaAttribute::setMaximumValue | ( | qint64 | value | ) |
Sets the maximum quota value
for the collection.
- Parameters
-
value The maximum quota value in bytes.
Definition at line 59 of file collectionquotaattribute.cpp.
|
virtual |
Returns the type of the attribute.
Implements Akonadi::Attribute.
Definition at line 74 of file collectionquotaattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.