PimCommon::ImapAclAttribute
PimCommon::ImapAclAttribute Class Reference
#include <imapaclattribute.h>
Inheritance diagram for PimCommon::ImapAclAttribute:

Public Member Functions | |
ImapAclAttribute (const QMap< QByteArray, KIMAP::Acl::Rights > &rights, const QMap< QByteArray, KIMAP::Acl::Rights > &oldRights) | |
ImapAclAttribute * | clone () const override |
void | deserialize (const QByteArray &data) override |
KIMAP::Acl::Rights | myRights () const |
QMap< QByteArray, KIMAP::Acl::Rights > | oldRights () const |
bool | operator== (const ImapAclAttribute &other) const |
QMap< QByteArray, KIMAP::Acl::Rights > | rights () const |
QByteArray | serialized () const override |
void | setMyRights (KIMAP::Acl::Rights rights) |
void | setRights (const QMap< QByteArray, KIMAP::Acl::Rights > &rights) |
QByteArray | type () const override |
Additional Inherited Members | |
![]() | |
typedef QList< Attribute * > | List |
Detailed Description
The ImapAclAttribute class.
Definition at line 30 of file imapaclattribute.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 03:53:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 03:53:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.