Akonadi
preprocessorbase.h
80 };
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
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:48
@ ProcessingCompleted
Processing completed successfully for this item.
Definition preprocessorbase.h:53
@ ProcessingFailed
Processing for this item failed (and the failure is unrecoverable).
Definition preprocessorbase.h:69
Helper integration between Akonadi and Qt.
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.