akonadi
preprocessorbase.cpp
43 Q_ASSERT_X( result != ProcessingDelayed, "PreprocessorBase::terminateProcessing", "You should never pass ProcessingDelayed to this function" );
44 Q_ASSERT_X( d->mInDelayedProcessing, "PreprocessorBase::terminateProcessing", "terminateProcessing() called while not in delayed processing mode" );
ProcessingResult
Describes the possible return values of the processItem() method.
Definition: preprocessorbase.h:63
PreprocessorBase(const QString &id)
Creates a new preprocessor base agent.
Definition: preprocessorbase.cpp:30
virtual ~PreprocessorBase()
Destroys the preprocessor base agent.
Definition: preprocessorbase.cpp:35
void finishProcessing(ProcessingResult result)
This method must be called if processing is implemented asynchronously.
Definition: preprocessorbase.cpp:39
Processing was delayed to a later stage.
Definition: preprocessorbase.h:78
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition: itemfetchscope.h:68
The base class for all Akonadi preprocessor agents.
Definition: preprocessorbase.h:55
void setFetchScope(const ItemFetchScope &fetchScope)
Sets the item fetch scope.
Definition: preprocessorbase.cpp:51
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.