akonadi
preprocessorbase.h
95 };
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition: itemfetchscope.h:70
The base class for all Akonadi preprocessor agents.
Definition: preprocessorbase.h:56
virtual ProcessingResult processItem(const Item &item)=0
This method must be implemented by every preprocessor subclass.
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.