akregator/src

Akregator::ArticleInterceptor Class Referenceabstract

#include <articleinterceptor.h>

Inherited by Akregator::Part::ApplyFiltersInterceptor.

Public Member Functions

virtual void processArticle (Article &article)=0
 

Detailed Description

Interface for intercepting new articles which were just fetched before adding them to the archive.

E.g. an article filter could implement this interface to get fetched articles and label them

Definition at line 16 of file articleinterceptor.h.

Member Function Documentation

◆ processArticle()

virtual void Akregator::ArticleInterceptor::processArticle ( Article article)
pure virtual

processes an article.

Note that the interceptor may modify the article


The documentation for this class was generated from the following file: