akregator/src
Akregator::Filters Namespace Reference
Classes | |
class | ArticleFilter |
an article filter, basically a matcher and an action. More... | |
class | ArticleFilterList |
class | AbstractMatcher |
Abstract base class for matchers, a matcher just takes an article and checks whether the article matches some criterion or not. More... | |
class | TagMatcher |
class | AbstractAction |
class | DeleteAction |
class | SetStatusAction |
class | AssignTagAction |
class | ArticleMatcher |
a powerful matcher supporting multiple criterions, which can be combined via logical OR or AND More... | |
class | Criterion |
Criterion for ArticleMatcher. More... |