akonadi
#include <collection_p.h>

Public Member Functions | |
CollectionPrivate (Collection::Id id=-1) | |
CollectionPrivate (const CollectionPrivate &other) | |
CollectionPrivate * | clone () const |
void | resetChangeLog () |
![]() | |
EntityPrivate (const EntityPrivate &other) | |
EntityPrivate (Entity::Id id=-1) | |
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 |
![]() | |
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.
Constructor & Destructor Documentation
◆ CollectionPrivate() [1/2]
|
inline |
Definition at line 38 of file collection_p.h.
◆ CollectionPrivate() [2/2]
|
inline |
Definition at line 53 of file collection_p.h.
◆ ~CollectionPrivate()
|
inline |
Definition at line 74 of file collection_p.h.
Member Function Documentation
◆ clone()
|
inlinevirtual |
Implements Akonadi::EntityPrivate.
Definition at line 78 of file collection_p.h.
◆ newRoot()
|
inlinestatic |
Definition at line 93 of file collection_p.h.
◆ resetChangeLog()
|
inlinevirtual |
Reimplemented from Akonadi::EntityPrivate.
Definition at line 83 of file collection_p.h.
Member Data Documentation
◆ cachePolicy
CachePolicy Akonadi::CollectionPrivate::cachePolicy |
Definition at line 107 of file collection_p.h.
◆ cachePolicyChanged
bool Akonadi::CollectionPrivate::cachePolicyChanged |
Definition at line 109 of file collection_p.h.
◆ contentTypes
QStringList Akonadi::CollectionPrivate::contentTypes |
Definition at line 105 of file collection_p.h.
◆ contentTypesChanged
bool Akonadi::CollectionPrivate::contentTypesChanged |
Definition at line 108 of file collection_p.h.
◆ displayPreference
Collection::ListPreference Akonadi::CollectionPrivate::displayPreference |
Definition at line 113 of file collection_p.h.
◆ enabled
bool Akonadi::CollectionPrivate::enabled |
Definition at line 111 of file collection_p.h.
◆ enabledChanged
bool Akonadi::CollectionPrivate::enabledChanged |
Definition at line 112 of file collection_p.h.
◆ indexPreference
Collection::ListPreference Akonadi::CollectionPrivate::indexPreference |
Definition at line 115 of file collection_p.h.
◆ isVirtual
bool Akonadi::CollectionPrivate::isVirtual |
Definition at line 110 of file collection_p.h.
◆ listPreferenceChanged
bool Akonadi::CollectionPrivate::listPreferenceChanged |
Definition at line 116 of file collection_p.h.
◆ name
QString Akonadi::CollectionPrivate::name |
Definition at line 102 of file collection_p.h.
◆ referenced
bool Akonadi::CollectionPrivate::referenced |
Definition at line 117 of file collection_p.h.
◆ referencedChanged
bool Akonadi::CollectionPrivate::referencedChanged |
Definition at line 118 of file collection_p.h.
◆ resource
QString Akonadi::CollectionPrivate::resource |
Definition at line 103 of file collection_p.h.
◆ root
|
static |
Definition at line 106 of file collection_p.h.
◆ statistics
CollectionStatistics Akonadi::CollectionPrivate::statistics |
Definition at line 104 of file collection_p.h.
◆ syncPreference
Collection::ListPreference Akonadi::CollectionPrivate::syncPreference |
Definition at line 114 of file collection_p.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.