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"
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;
105 QStringList contentTypes;
108 bool contentTypesChanged: 1;
109 bool cachePolicyChanged: 1;
116 bool listPreferenceChanged;
118 bool referencedChanged;
Represents the caching policy for a collection.
Provides statistics information of a Collection.
Represents a collection of PIM items.
static QString mimeType()
Returns the mimetype used for collections.
void setContentMimeTypes(const QStringList &types)
Sets the list of possible content mime types.
ListPreference
Describes the list preference value.
@ ListDefault
Fallback to enabled state.
qint64 Id
Describes the unique id type.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
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.