akonadi
20 #ifndef AKONADI_COLLECTION_P_H
21 #define AKONADI_COLLECTION_P_H
23 #include "collection.h"
24 #include "cachepolicy.h"
25 #include "collectionstatistics.h"
28 #include "qstringlist.h"
30 using namespace Akonadi;
40 , contentTypesChanged(
false)
41 , cachePolicyChanged(
false)
44 , enabledChanged(
false)
48 , listPreferenceChanged(
false)
50 , referencedChanged(
false)
57 resource = other.resource;
58 statistics = other.statistics;
59 contentTypes = other.contentTypes;
60 cachePolicy = other.cachePolicy;
61 contentTypesChanged = other.contentTypesChanged;
62 cachePolicyChanged = other.cachePolicyChanged;
63 isVirtual = other.isVirtual;
64 enabled = other.enabled;
65 enabledChanged = other.enabledChanged;
66 displayPreference = other.displayPreference;
67 syncPreference = other.syncPreference;
68 indexPreference = other.indexPreference;
69 listPreferenceChanged = other.listPreferenceChanged;
70 referenced = other.referenced;
71 referencedChanged = other.referencedChanged;
85 contentTypesChanged =
false;
86 cachePolicyChanged =
false;
87 enabledChanged =
false;
88 listPreferenceChanged =
false;
89 referencedChanged =
false;
90 EntityPrivate::resetChangeLog();
99 return rootCollection;
108 bool contentTypesChanged: 1;
109 bool cachePolicyChanged: 1;
116 bool listPreferenceChanged;
118 bool referencedChanged;
ListPreference
Describes the list preference value.
Provides statistics information of a Collection.
Represents a collection of PIM items.
qint64 Id
Describes the unique id type.
static QString mimeType()
Returns the mimetype used for collections.
Represents the caching policy for a collection.
Fallback to enabled state.
void setContentMimeTypes(const QStringList &types)
Sets the list of possible content mime types.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.