akregator/src

Akregator::Filters::AbstractMatcher Class Reference

Abstract base class for matchers, a matcher just takes an article and checks whether the article matches some criterion or not. More...

#include <articlefilter.h>

Inheritance diagram for Akregator::Filters::AbstractMatcher:
Akregator::Filters::ArticleMatcher

List of all members.

Public Member Functions

virtual AbstractMatcherclone () const =0
virtual bool matches (const Article &article) const =0
virtual void writeConfig (KConfig *config) const =0
virtual void readConfig (KConfig *config)=0
virtual bool operator== (const AbstractMatcher &) const =0
virtual bool operator!= (const AbstractMatcher &other) const =0

Detailed Description

Abstract base class for matchers, a matcher just takes an article and checks whether the article matches some criterion or not.

Author:
Frank Osterfeld

Definition at line 100 of file articlefilter.h.


Member Function Documentation

virtual AbstractMatcher* Akregator::Filters::AbstractMatcher::clone (  )  const [pure virtual]

returns a copy of the matcher

Implemented in Akregator::Filters::ArticleMatcher.


The documentation for this class was generated from the following file: