akregator/src
Akregator::Filters::AbstractMatcher Class Reference
Abstract base class for matchers, a matcher just takes an article and checks whether the article matches some criterion or not. More...
#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
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: