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 |
246 UrlShort = 0,
247 UrlWithName = 1
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:32 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:32 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.