Akonadi
itemcopyhandler.cpp
52 return store->appendPimItem(newParts, item.flags(), item.mimeType(), target, QDateTime::currentDateTimeUtc(), QString(), QString(), item.gid(), newItem);
94 mTargetCollection = HandlerHelper::collectionFromScope(cmd.destination(), connection()->context());
104 ItemRetriever retriever(akonadi().itemRetrievalManager(), connection(), connection()->context());
107 QObject::connect(&retriever, &ItemRetriever::itemsRetrieved, [this](const QVector<qint64> &ids) {
Helper class for DataStore transaction handling.
Definition: transaction.h:22
A RAII helper class to temporarily stop the CacheCleaner.
Definition: cachecleaner.h:31
QDateTime currentDateTimeUtc()
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void finish()
Helper class for creating and executing database SELECT queries.
Definition: selectquerybuilder.h:19
The handler interfaces describes an entity capable of handling an AkonadiIMAP command.
Definition: handler.h:39
Helper class for retrieving missing items parts from remote resources.
Definition: itemretriever.h:38
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jun 30 2022 03:51:46 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jun 30 2022 03:51:46 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.