akregator/src

Akregator::Filters::AbstractMatcher Class Referenceabstract

#include <articlefilter.h>

Inheritance diagram for Akregator::Filters::AbstractMatcher:
Akregator::Filters::ArticleMatcher

Public Member Functions

virtual AbstractMatcherclone () const =0
 
virtual bool matches (const Article &article) const =0
 
virtual void writeConfig (TDEConfig *config) const =0
 
virtual void readConfig (TDEConfig *config)=0
 
virtual bool operator== (const AbstractMatcher &) const =0
 
virtual bool operator!= (const AbstractMatcher &other) const =0
 

Detailed Description

Abstract base class for matchers, a matcher just takes an article and checks whether the article matches some criterion or not.

Author
Frank Osterfeld

Definition at line 100 of file articlefilter.h.

Member Function Documentation

◆ clone()

virtual AbstractMatcher* Akregator::Filters::AbstractMatcher::clone ( ) const
pure virtual

returns a copy of the matcher

Implemented in Akregator::Filters::ArticleMatcher.


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