akregator
#include <articleformatter.h>
Public Types | |
enum | IconOption { NoIcon, ShowIcon } |
Public Member Functions | |
ArticleFormatter (QPaintDevice *device=0) | |
virtual | ~ArticleFormatter () |
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) |
Protected Member Functions | |
int | pointsToPixel (int pointSize) const |
Detailed Description
Definition at line 38 of file articleformatter.h.
Member Enumeration Documentation
Enumerator | |
---|---|
NoIcon | |
ShowIcon |
Definition at line 42 of file articleformatter.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 78 of file articleformatter.cpp.
|
virtual |
Definition at line 82 of file articleformatter.cpp.
Member Function Documentation
|
pure virtual |
Implemented in Akregator::DefaultCombinedViewFormatter, and Akregator::DefaultNormalViewFormatter.
Implemented in Akregator::DefaultCombinedViewFormatter, and Akregator::DefaultNormalViewFormatter.
|
pure virtual |
Implemented in Akregator::DefaultCombinedViewFormatter, and Akregator::DefaultNormalViewFormatter.
|
protected |
Definition at line 92 of file articleformatter.cpp.
void ArticleFormatter::setPaintDevice | ( | QPaintDevice * | device | ) |
Definition at line 87 of file articleformatter.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.