mailtransport
filteractionjob_p.h
Job to filter and apply an action on a set of items.
Definition filteractionjob_p.h:132
Base class for a filter/action for FilterActionJob.
Definition filteractionjob_p.h:76
virtual bool itemAccepted(const Akonadi::Item &item) const =0
Returns true if the item is accepted by the filter and should be acted upon by the FilterActionJob.
virtual Akonadi::ItemFetchScope fetchScope() const =0
Returns an ItemFetchScope to use if the FilterActionJob needs to fetch the items from a collection.
virtual Akonadi::Job * itemAction(const Akonadi::Item &item, Akonadi::FilterActionJob *parent) const =0
Returns a job to act on the item.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.