akonadi
collection.h
87 ReadOnly = 0x0,
88 CanChangeItem = 0x1,
89 CanCreateItem = 0x2,
90 CanDeleteItem = 0x4,
91 CanChangeCollection = 0x8,
92 CanCreateCollection = 0x10,
93 CanDeleteCollection = 0x20,
94 CanLinkItem = 0x40,
95 CanUnlinkItem = 0x80,
96 AllRights = (CanChangeItem | CanCreateItem | CanDeleteItem |
265 UrlShort = 0,
266 UrlWithName = 1
327 ListDefault
338 ListIndex
Job that modifies a collection in the Akonadi storage.
Definition: collectionmodifyjob.h:82
Provides statistics information of a Collection.
Definition: collectionstatistics.h:69
Job that fetches collections from the Akonadi storage.
Definition: collectionfetchjob.h:53
Disable collectoin for specified purpose.
Definition: collection.h:326
Enable collection for specified purpose.
Definition: collection.h:325
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
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.