akregator/src
Akregator::Filters::AbstractMatcher Class Reference
#include <articlefilter.h>
Inheritance diagram for Akregator::Filters::AbstractMatcher:

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.
Public Member Functions | |
virtual | ~AbstractMatcher () |
virtual AbstractMatcher * | clone () const=0 |
virtual bool | matches (const Article &article) const=0 |
virtual void | writeConfig (KConfig *config) const=0 |
virtual void | readConfig (KConfig *config)=0 |
virtual bool | operator== (const AbstractMatcher &) const=0 |
virtual bool | operator!= (const AbstractMatcher &other) const=0 |
Member Function Documentation
virtual AbstractMatcher* Akregator::Filters::AbstractMatcher::clone | ( | ) | const [pure virtual] |
returns a copy of the matcher
Implemented in Akregator::Filters::TagMatcher, and Akregator::Filters::ArticleMatcher.
The documentation for this class was generated from the following file: