akonadi
preprocessorbase.h
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition itemfetchscope.h:70
void setFetchScope(const ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition preprocessorbase.cpp:51
virtual ProcessingResult processItem(const Item &item)=0
This method must be implemented by every preprocessor subclass.
PreprocessorBase(const QString &id)
Creates a new preprocessor base agent.
Definition preprocessorbase.cpp:30
ProcessingResult
Describes the possible return values of the processItem() method.
Definition preprocessorbase.h:63
@ ProcessingCompleted
Processing completed successfully for this item.
Definition preprocessorbase.h:68
@ ProcessingFailed
Processing for this item failed (and the failure is unrecoverable).
Definition preprocessorbase.h:84
void finishProcessing(ProcessingResult result)
This method must be called if processing is implemented asynchronously.
Definition preprocessorbase.cpp:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.