akonadi
Akonadi::EntityPrivate Class Referenceabstract
#include <entity_p.h>
Inheritance diagram for Akonadi::EntityPrivate:

Public Member Functions | |
| EntityPrivate (Entity::Id id=-1) | |
| EntityPrivate (const EntityPrivate &other) | |
| virtual EntityPrivate * | clone () const =0 |
| virtual void | resetChangeLog () |
Public Member Functions inherited from QSharedData | |
| QSharedData (const QSharedData &other) | |
Public Attributes | |
| QHash< QByteArray, Attribute * > | mAttributes |
| QSet< QByteArray > | mDeletedAttributes |
| Entity::Id | mId |
| Collection * | mParent |
| QString | mRemoteId |
| QString | mRemoteRevision |
Detailed Description
Definition at line 39 of file entity_p.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
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
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.
KDE API Reference
Public Member Functions inherited from