akonadi
Namespaces | |
CollectionUtils | |
ContactPart | |
MessageFlags | |
MessagePart | |
PasteHelper | |
TrashSettings | |
TypePluginLoader | |
XmlReader | |
XmlWriter | |
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 |
typedef EntityCache< Tag, TagFetchJob, TagFetchScope > | TagCache |
typedef EntityListCache< Tag, TagFetchJob, TagFetchScope > | TagListCache |
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 () |
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.
This file is part of the akonadi-calendar library.
Copyright (C) 2013 Sérgio Martins iamse rgio @gmai l.co m
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. A class to import ical calendar files into akonadi.
- Since
- 4.12
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 655 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 637 of file specialcollectionshelperjobs.cpp.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.