Akonadi
preprocessorbase.cpp
30 Q_ASSERT_X(result != ProcessingDelayed, "PreprocessorBase::terminateProcessing", "You should never pass ProcessingDelayed to this function");
Q_EMITQ_EMIT
ProcessingResult
Describes the possible return values of the processItem() method.
Definition: preprocessorbase.h:54
PreprocessorBase(const QString &id)
Creates a new preprocessor base agent.
Definition: preprocessorbase.cpp:17
~PreprocessorBase() override
Destroys the preprocessor base agent.
Definition: preprocessorbase.cpp:22
void setFetchScope(const ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition: preprocessorbase.cpp:38
The base class for all Akonadi preprocessor agents.
Definition: preprocessorbase.h:46
Q_D(Todo)
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition: itemfetchscope.h:56
Helper integration between Akonadi and Qt.
void finishProcessing(ProcessingResult result)
This method must be called if processing is implemented asynchronously.
Definition: preprocessorbase.cpp:26
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jun 25 2022 06:00:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jun 25 2022 06:00:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.