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 |
247 UrlShort = 0,
248 UrlWithName = 1
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Nov 26 2012 16:48:18 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Nov 26 2012 16:48:18 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.