akonadi
Namespaces | |
CollectionUtils | |
ContactPart | |
MessageFlags | |
MessagePart | |
PasteHelper | |
TrashSettings | |
TypePluginLoader | |
Typedefs | |
typedef EntityCache < Collection, CollectionFetchJob, CollectionFetchScope > | CollectionCache |
typedef EntityListCache < Collection, CollectionFetchJob, CollectionFetchScope > | CollectionListCache |
typedef EntityCache< Item, ItemFetchJob, ItemFetchScope > | ItemCache |
typedef EntityListCache< Item, ItemFetchJob, ItemFetchScope > | ItemListCache |
typedef std::vector < _detail::TypedPayload > | PayloadContainer |
Enumerations | |
enum | CountType { UnreadCount, TotalCount } |
enum | Operation { OperationNone, OperationProcessiTIPMessage, OperationSendiTIPMessage, OperationPublishInformation, OperationSendAsICalendar } |
enum | OperationType { TypeNone, TypeUndo, TypeRedo } |
enum | Status { StatusNone, StatusSendingInvitation } |
Functions | |
AKONADI_EXCEPTION_MAKE_TRIVIAL_INSTANCE (PayloadException) | |
static void | emitCreateFinished (IncidenceChanger *changer, int changeId, const Akonadi::Item &item, Akonadi::IncidenceChanger::ResultCode resultCode, const QString &errorString) |
static void | emitDeleteFinished (IncidenceChanger *changer, int changeId, const QVector< Akonadi::Item::Id > &itemIdList, IncidenceChanger::ResultCode resultCode, const QString &errorString) |
static void | emitModifyFinished (IncidenceChanger *changer, int changeId, const Akonadi::Item &item, IncidenceChanger::ResultCode resultCode, const QString &errorString) |
static QString | format (const QString &mimeType, const QVector< int > &metaTypeIds) |
static bool | isStructuralCollection (const Akonadi::Collection &collection) |
static bool | operator< (const QString &identifier, const PluginEntry &entry) |
static bool | operator< (const MimeTypeEntry &lhs, const MimeTypeEntry &rhs) |
static bool | operator< (const MimeTypeEntry &lhs, const QString &rhs) |
static bool | operator< (const QString &lhs, const MimeTypeEntry &rhs) |
uint | qHash (Akonadi::DelegateAnimator::Animation anim) |
bool AKONADI_TESTS_EXPORT | releaseLock () |
static Akonadi::Collection | selectCollection (QWidget *parent, int &dialogCode, const QStringList &mimeTypes, const Akonadi::Collection &defCollection) |
void | setCollectionAttributes (Akonadi::Collection &col, const QByteArray &type, const QMap< QByteArray, QString > &nameForType, const QMap< QByteArray, QString > &iconForType) |
Detailed Description
FreeBusyManager::Singleton.
A class to manage recent selected folder.
NOTE: This method is for use in libakonadi-kde and targets under kdepimlibs/akonadi.
Here lives a bunch of code, copied mainly from kdepim/calendarsupport/ and mostly functions that existed in kcalprefs.cpp to manage identity stuff.
These functions are to be phased out in favour of KPIMIdentities.
In kdelibs 4.6 there will be a slightly more generic variant available. We need this method as long as we depend on kdelibs 4.5 which doesn't have this method.
- Since
- 4.8
Enumeration Type Documentation
enum Akonadi::Operation |
Our API has two methods, one to process received invitations and another one to send them.
These operations are async and we don't want them to be called before the other has finished. This enum is just to Q_ASSERT that.
Definition at line 49 of file itiphandler_p.h.
Function Documentation
bool Akonadi::releaseLock | ( | ) |
Releases the SpecialCollectionsRequestJob lock that was obtained through GetLockJob.
- Returns
- Whether the lock was released successfully.
Definition at line 651 of file specialcollectionshelperjobs.cpp.
void Akonadi::setCollectionAttributes | ( | Akonadi::Collection & | col, |
const QByteArray & | type, | ||
const QMap< QByteArray, QString > & | nameForType, | ||
const QMap< QByteArray, QString > & | iconForType | ||
) |
Sets on col
the required attributes of SpecialCollection type type
These are a SpecialCollectionAttribute and an EntityDisplayAttribute.
- Parameters
-
col collection type collection type nameForType collection name for type iconForType collection icon for type
Definition at line 633 of file specialcollectionshelperjobs.cpp.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:21 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.