akregator
Akregator::Filters::AbstractMatcher Class Reference
#include <articlematcher.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 50 of file articlematcher.h.
Public Member Functions | |
| virtual bool | matches (const Article &article) const =0 |
| virtual bool | operator!= (const AbstractMatcher &other) const =0 |
| virtual bool | operator== (const AbstractMatcher &) const =0 |
| virtual void | readConfig (KConfigGroup *config)=0 |
| virtual void | writeConfig (KConfigGroup *config) const =0 |
| virtual | ~AbstractMatcher () |
Protected Member Functions | |
| AbstractMatcher () | |
Constructor & Destructor Documentation
| Akregator::Filters::AbstractMatcher::~AbstractMatcher | ( | ) | [virtual] |
Definition at line 46 of file articlematcher.cpp.
| Akregator::Filters::AbstractMatcher::AbstractMatcher | ( | ) | [protected] |
Definition at line 44 of file articlematcher.cpp.
Member Function Documentation
| virtual bool Akregator::Filters::AbstractMatcher::matches | ( | const Article & | article | ) | const [pure virtual] |
Implemented in Akregator::Filters::ArticleMatcher.
| virtual bool Akregator::Filters::AbstractMatcher::operator!= | ( | const AbstractMatcher & | other | ) | const [pure virtual] |
Implemented in Akregator::Filters::ArticleMatcher.
| virtual bool Akregator::Filters::AbstractMatcher::operator== | ( | const AbstractMatcher & | ) | const [pure virtual] |
Implemented in Akregator::Filters::ArticleMatcher.
| virtual void Akregator::Filters::AbstractMatcher::readConfig | ( | KConfigGroup * | config | ) | [pure virtual] |
Implemented in Akregator::Filters::ArticleMatcher.
| virtual void Akregator::Filters::AbstractMatcher::writeConfig | ( | KConfigGroup * | config | ) | const [pure virtual] |
Implemented in Akregator::Filters::ArticleMatcher.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference