akregator/src
Akregator::Filters::ArticleFilter Class Reference
#include <articlefilter.h>
Detailed Description
an article filter, basically a matcher and an action.
Definition at line 50 of file articlefilter.h.
Public Member Functions | |
ArticleFilter () | |
ArticleFilter (const AbstractMatcher &matcher, const AbstractAction &action) | |
ArticleFilter (const ArticleFilter &other) | |
virtual | ~ArticleFilter () |
void | applyTo (Article &article) const |
const QString & | name () const |
void | setName (const QString &name) |
int | id () const |
AbstractMatcher * | matcher () const |
void | setMatcher (const AbstractMatcher &matcher) |
AbstractAction * | action () const |
void | setAction (const AbstractAction &action) |
ArticleFilter & | operator= (const ArticleFilter &other) |
bool | operator== (const ArticleFilter &other) const |
void | writeConfig (KConfig *config) const |
void | readConfig (KConfig *config) |
Member Function Documentation
void Akregator::Filters::ArticleFilter::applyTo | ( | Article & | article | ) | const |
checks whether an article matches the matcher, and executes the action if so
Definition at line 709 of file articlefilter.cpp.
const QString & Akregator::Filters::ArticleFilter::name | ( | ) | const |
The documentation for this class was generated from the following files: