articleviewer.h
80 void slotSetFilter(const Akregator::Filters::ArticleMatcher& textFilter, const Akregator::Filters::ArticleMatcher& statusFilter);
101 virtual void urlSelected (const TQString &url, int button, int state, const TQString &_target, KParts::URLArgs args);
void slotClear()
Clears the canvas and disconnects from the currently observed node (if in combined view mode).
Definition: articleviewer.cpp:710
void generateNormalModeCSS()
generates the CSS used for rendering in single article mode (normal and wide screen view)
Definition: articleviewer.cpp:190
void slotUpdateCombinedView()
Update view if combined view mode is set.
Definition: articleviewer.cpp:654
TQString formatArticleNormalMode(Feed *feed, const Article &article)
Takes an article and renders it as HTML with settings for normal view and widescreen view.
Definition: articleviewer.cpp:404
void generateCombinedModeCSS()
generates the CSS for combined view mode
Definition: articleviewer.cpp:269
void beginWriting()
Resets the canvas and adds writes the HTML header to it.
Definition: articleviewer.cpp:594
void slotShowArticle(const Article &article)
Show single article (normal view)
Definition: articleviewer.cpp:630
void endWriting()
Finishes writing to the canvas and completes the HTML (by adding closing tags)
Definition: articleviewer.cpp:603
TQString formatArticleCombinedMode(Feed *feed, const Article &article)
Takes an article and renders it as HTML with settings for combined view.
Definition: articleviewer.cpp:497
void slotSetFilter(const Akregator::Filters::ArticleMatcher &textFilter, const Akregator::Filters::ArticleMatcher &statusFilter)
Set filters textFilter and statusFilter which will be used if the viewer is in combined view mode.
Definition: articleviewer.cpp:643
void slotShowNode(TreeNode *node)
Shows the articles of the tree node node (combined view).
Definition: articleviewer.cpp:719
A proxy class for RSS::Article with some additional methods to assist sorting.
Definition: article.h:58
a powerful matcher supporting multiple criterions, which can be combined via logical OR or AND
Definition: articlefilter.h:217
Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search...
Definition: treenode.h:52