akregator
Akregator::Filters::ArticleMatcher Class Reference
#include <articlematcher.h>
Inheritance diagram for Akregator::Filters::ArticleMatcher:

Detailed Description
a powerful matcher supporting multiple criterions, which can be combined via logical OR or AND
Definition at line 75 of file articlematcher.h.
Public Types | |
| enum | Association { None, LogicalAnd, LogicalOr } |
Public Member Functions | |
| ArticleMatcher (const QList< Criterion > &criteria, Association assoc) | |
| ArticleMatcher () | |
| bool | matches (const Article &article) const |
| bool | operator!= (const AbstractMatcher &other) const |
| bool | operator== (const AbstractMatcher &other) const |
| void | readConfig (KConfigGroup *config) |
| void | writeConfig (KConfigGroup *config) const |
| ~ArticleMatcher () | |
Member Enumeration Documentation
Constructor & Destructor Documentation
| Akregator::Filters::ArticleMatcher::ArticleMatcher | ( | ) |
Definition at line 220 of file articlematcher.cpp.
| Akregator::Filters::ArticleMatcher::ArticleMatcher | ( | const QList< Criterion > & | criteria, | |
| Association | assoc | |||
| ) |
Definition at line 229 of file articlematcher.cpp.
| Akregator::Filters::ArticleMatcher::~ArticleMatcher | ( | ) |
Definition at line 225 of file articlematcher.cpp.
Member Function Documentation
| bool Akregator::Filters::ArticleMatcher::matches | ( | const Article & | article | ) | const [virtual] |
| bool Akregator::Filters::ArticleMatcher::operator!= | ( | const AbstractMatcher & | other | ) | const [virtual] |
| bool Akregator::Filters::ArticleMatcher::operator== | ( | const AbstractMatcher & | other | ) | const [virtual] |
| void Akregator::Filters::ArticleMatcher::readConfig | ( | KConfigGroup * | config | ) | [virtual] |
| void Akregator::Filters::ArticleMatcher::writeConfig | ( | KConfigGroup * | config | ) | const [virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference