akonadi
Akonadi::EntityPrivate Class Referenceabstract
#include <entity_p.h>
Inheritance diagram for Akonadi::EntityPrivate:
Public Member Functions | |
| EntityPrivate (const EntityPrivate &other) | |
| EntityPrivate (Entity::Id id=-1) | |
| virtual EntityPrivate * | clone () const =0 |
| virtual void | resetChangeLog () |
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.
Constructor & Destructor Documentation
◆ EntityPrivate() [1/2]
|
inlineexplicit |
Definition at line 42 of file entity_p.h.
◆ ~EntityPrivate()
|
inlinevirtual |
Definition at line 48 of file entity_p.h.
◆ EntityPrivate() [2/2]
|
inline |
Definition at line 54 of file entity_p.h.
Member Function Documentation
◆ resetChangeLog()
|
inlinevirtual |
Definition at line 70 of file entity_p.h.
Member Data Documentation
◆ mAttributes
| QHash<QByteArray, Attribute *> Akonadi::EntityPrivate::mAttributes |
Definition at line 80 of file entity_p.h.
◆ mDeletedAttributes
| QSet<QByteArray> Akonadi::EntityPrivate::mDeletedAttributes |
Definition at line 81 of file entity_p.h.
◆ mId
| Entity::Id Akonadi::EntityPrivate::mId |
Definition at line 77 of file entity_p.h.
◆ mParent
|
mutable |
Definition at line 82 of file entity_p.h.
◆ mRemoteId
| QString Akonadi::EntityPrivate::mRemoteId |
Definition at line 78 of file entity_p.h.
◆ mRemoteRevision
| QString Akonadi::EntityPrivate::mRemoteRevision |
Definition at line 79 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-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.