akonadi
#include <collectionrightsattribute_p.h>

Public Member Functions | |
| CollectionRightsAttribute () | |
| ~CollectionRightsAttribute () | |
| virtual CollectionRightsAttribute * | clone () const |
| virtual void | deserialize (const QByteArray &) |
| Collection::Rights | rights () const |
| virtual QByteArray | serialized () const |
| void | setRights (Collection::Rights rights) |
| 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 stores the rights of a collection.
Every collection can have rights set which describes whether the collection is readable or writable. That information is stored in this custom attribute.
- Note
- You shouldn't use this class directly but the convenience methods Collection::rights() and Collection::setRights() instead.
Definition at line 44 of file collectionrightsattribute_p.h.
Constructor & Destructor Documentation
| CollectionRightsAttribute::CollectionRightsAttribute | ( | ) |
Creates a new collection rights attribute.
Definition at line 98 of file collectionrightsattribute.cpp.
| CollectionRightsAttribute::~CollectionRightsAttribute | ( | ) |
Destroys the collection rights attribute.
Definition at line 103 of file collectionrightsattribute.cpp.
Member Function Documentation
|
virtual |
Creates a copy of this attribute.
Implements Akonadi::Attribute.
Definition at line 118 of file collectionrightsattribute.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 136 of file collectionrightsattribute.cpp.
| Collection::Rights CollectionRightsAttribute::rights | ( | ) | const |
Returns the rights of the collection.
Definition at line 113 of file collectionrightsattribute.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 131 of file collectionrightsattribute.cpp.
| void CollectionRightsAttribute::setRights | ( | Collection::Rights | rights | ) |
Sets the rights of the collection.
Definition at line 108 of file collectionrightsattribute.cpp.
|
virtual |
Returns the type of the attribute.
Implements Akonadi::Attribute.
Definition at line 126 of file collectionrightsattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from