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
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.