akonadi
Namespaces | |
namespace | CollectionUtils |
namespace | ContactPart |
namespace | MessageFlags |
namespace | MessagePart |
namespace | PasteHelper |
namespace | TrashSettings |
namespace | 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 | 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 invitationhandler_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 656 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.
Definition at line 638 of file specialcollectionshelperjobs.cpp.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:45 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.