Akonadi
resourcebase.h
125 * Once you have handled changes in collectionAdded() and collectionChanged(), call changeCommitted().
242 * Throttling can be used during item retrieval (retrieveItems(Akonadi::Collection)) in streaming mode.
243 * To throttle only deliver itemSyncBatchSize() items, and wait for this signal, then again deliver
246 * By always only providing the number of items required to process the batch, the items don't pile
298 * @see itemsRetrieved( const Item::List& ), itemsRetrievedIncremental(), itemsRetrieved(), currentCollection(), batchSize()
339 AKONADIAGENTBASE_DEPRECATED virtual bool retrieveItem(const Akonadi::Item &item, const QSet<QByteArray> &parts);
468 void collectionsRetrievedIncremental(const Collection::List &changedCollections, const Collection::List &removedCollections);
505 * Call this method to supply the full collection listing from the remote server. Items not present in the list
770 * that should be called to execute this task. The method has to be a slot and take a QVariant as
772 * @param argument A QVariant argument passed to the method specified above. Use this to pass task
778 void scheduleCustomTask(QObject *receiver, const char *method, const QVariant &argument, SchedulePriority priority = Append);
781 * Indicate that the current task is finished. Use this method from the slot called via scheduleCustomTaks().
@ Prepend
The task will be executed as soon as the current task has finished.
Definition: resourcebase.h:758
QCA_EXPORT void init()
The interface for reacting on monitored or replayed changes.
Definition: agentbase.h:178
SchedulePriority
Describes the scheduling priority of a task that has been queued for execution.
Definition: resourcebase.h:757
virtual QString dumpResourceToString() const
Dump resource internals, for debugging.
Definition: resourcebase.h:375
@ AfterChangeReplay
The task is scheduled after the last ChangeReplay task in the queue.
Definition: resourcebase.h:759
static int init(int argc, char **argv)
Use this method in the main function of your resource application to initialize your resource subclas...
Definition: resourcebase.h:166
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Jun 27 2022 04:01:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Jun 27 2022 04:01:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.