Akregator::Filters::AbstractMatcher Class Referenceabstract
#include <articlefilter.h>
Inheritance diagram for Akregator::Filters::AbstractMatcher:

Public Member Functions | |
virtual AbstractMatcher * | clone () 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.
Definition at line 100 of file articlefilter.h.
Member Function Documentation
◆ clone()
|
pure virtual |
returns a copy of the matcher
Implemented in Akregator::Filters::ArticleMatcher.
The documentation for this class was generated from the following file: