akregator
Akregator::ArticleFormatter Class Reference
#include <articleformatter.h>
Inheritance diagram for Akregator::ArticleFormatter:

Detailed Description
Definition at line 38 of file articleformatter.h.
Public Types | |
| enum | IconOption { NoIcon, ShowIcon } |
Public Member Functions | |
| ArticleFormatter (QPaintDevice *device=0) | |
| virtual QString | formatArticle (const Article &article, IconOption icon) const =0 |
| virtual QString | formatSummary (TreeNode *node) const =0 |
| virtual QString | getCss () const =0 |
| void | setPaintDevice (QPaintDevice *device) |
| virtual | ~ArticleFormatter () |
Protected Member Functions | |
| int | pointsToPixel (int pointSize) const |
Member Enumeration Documentation
Constructor & Destructor Documentation
| Akregator::ArticleFormatter::ArticleFormatter | ( | QPaintDevice * | device = 0 |
) | [explicit] |
Definition at line 56 of file articleformatter.cpp.
| Akregator::ArticleFormatter::~ArticleFormatter | ( | ) | [virtual] |
Definition at line 60 of file articleformatter.cpp.
Member Function Documentation
| virtual QString Akregator::ArticleFormatter::formatArticle | ( | const Article & | article, | |
| IconOption | icon | |||
| ) | const [pure virtual] |
Implemented in Akregator::DefaultNormalViewFormatter, and Akregator::DefaultCombinedViewFormatter.
Implemented in Akregator::DefaultNormalViewFormatter, and Akregator::DefaultCombinedViewFormatter.
| virtual QString Akregator::ArticleFormatter::getCss | ( | ) | const [pure virtual] |
Implemented in Akregator::DefaultNormalViewFormatter, and Akregator::DefaultCombinedViewFormatter.
| int Akregator::ArticleFormatter::pointsToPixel | ( | int | pointSize | ) | const [protected] |
Definition at line 70 of file articleformatter.cpp.
| void Akregator::ArticleFormatter::setPaintDevice | ( | QPaintDevice * | device | ) |
Definition at line 65 of file articleformatter.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference