Akonadi
preprocessorbase.cpp
28 Q_ASSERT_X(result != ProcessingDelayed, "PreprocessorBase::terminateProcessing", "You should never pass ProcessingDelayed to this function");
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition itemfetchscope.h:58
The base class for all Akonadi preprocessor agents.
Definition preprocessorbase.h:41
void setFetchScope(const ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition preprocessorbase.cpp:36
PreprocessorBase(const QString &id)
Creates a new preprocessor base agent.
Definition preprocessorbase.cpp:15
ProcessingResult
Describes the possible return values of the processItem() method.
Definition preprocessorbase.h:48
void finishProcessing(ProcessingResult result)
This method must be called if processing is implemented asynchronously.
Definition preprocessorbase.cpp:24
Helper integration between Akonadi and Qt.
Q_EMITQ_EMIT
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.