akregator/src
Akregator::Filters::ArticleFilter Class Reference
#include <articlefilter.h>
Detailed Description
an article filter, basically a matcher and an action.
- Author:
- Frank Osterfeld
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
|
|
checks whether an article matches the matcher, and executes the action if so
Definition at line 709 of file articlefilter.cpp. |
|
|
name of the filter, for display in filter list
Definition at line 704 of file articlefilter.cpp. |
The documentation for this class was generated from the following files:

