akonadi
Public Member Functions |
Static Public Member Functions |
Public Attributes |
Static Public Attributes |
List of all members
Akonadi::CollectionPrivate Class Reference
#include <collection_p.h>
Inheritance diagram for Akonadi::CollectionPrivate:

Public Member Functions | |
| CollectionPrivate (Collection::Id id=-1) | |
| CollectionPrivate (const CollectionPrivate &other) | |
| CollectionPrivate * | clone () const |
| void | resetChangeLog () |
Public Member Functions inherited from Akonadi::EntityPrivate | |
| EntityPrivate (Entity::Id id=-1) | |
| EntityPrivate (const EntityPrivate &other) | |
Public Member Functions inherited from QSharedData | |
| QSharedData (const QSharedData &other) | |
Static Public Member Functions | |
| static Collection | newRoot () |
Public Attributes | |
| CachePolicy | cachePolicy |
| bool | cachePolicyChanged: 1 |
| QStringList | contentTypes |
| bool | contentTypesChanged: 1 |
| Collection::ListPreference | displayPreference |
| bool | enabled |
| bool | enabledChanged |
| Collection::ListPreference | indexPreference |
| bool | isVirtual: 1 |
| bool | listPreferenceChanged |
| QString | name |
| bool | referenced |
| bool | referencedChanged |
| QString | resource |
| CollectionStatistics | statistics |
| Collection::ListPreference | syncPreference |
Public Attributes inherited from Akonadi::EntityPrivate | |
| QHash< QByteArray, Attribute * > | mAttributes |
| QSet< QByteArray > | mDeletedAttributes |
| Entity::Id | mId |
| Collection * | mParent |
| QString | mRemoteId |
| QString | mRemoteRevision |
Static Public Attributes | |
| static const Collection | root |
Detailed Description
Definition at line 35 of file collection_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