akregator
#include <articleviewer.h>
|
void | slotArticlesAdded (Akregator::TreeNode *node, const QList< Akregator::Article > &list) |
|
void | slotArticlesListed (KJob *job) |
|
void | slotArticlesRemoved (Akregator::TreeNode *node, const QList< Akregator::Article > &list) |
|
void | slotArticlesUpdated (Akregator::TreeNode *node, const QList< Akregator::Article > &list) |
|
void | slotCompleted () |
|
void | slotCopy () |
|
void | slotCopyLinkAddress () |
|
void | slotCreateNewWindow (const KUrl &url, const KParts::OpenUrlArguments &args, const KParts::BrowserArguments &browserArgs, const KParts::WindowArgs &windowArgs, KParts::ReadOnlyPart **part) |
|
void | slotOpenLinkInBackgroundTab () |
|
void | slotOpenLinkInBrowser () |
|
void | slotOpenLinkInForegroundTab () |
|
void | slotOpenLinkInternal () |
|
void | slotOpenUrlRequestDelayed (const KUrl &, const KParts::OpenUrlArguments &, const KParts::BrowserArguments &) |
|
void | slotPopupMenu (const QPoint &, const KUrl &, mode_t, const KParts::OpenUrlArguments &, const KParts::BrowserArguments &, KParts::BrowserExtension::PopupFlags) |
|
void | slotSaveLinkAs () |
|
void | slotSelectionChanged () |
|
void | slotStarted (KIO::Job *) |
|
Definition at line 55 of file articleviewer.h.
Akregator::ArticleViewer::ArticleViewer |
( |
QWidget * |
parent | ) |
|
|
explicit |
Akregator::ArticleViewer::~ArticleViewer |
( |
| ) |
|
void Akregator::ArticleViewer::completed |
( |
| ) |
|
|
signal |
void Akregator::ArticleViewer::displayAboutPage |
( |
| ) |
|
bool Akregator::ArticleViewer::openUrl |
( |
const KUrl & |
url | ) |
|
|
protected |
KParts::ReadOnlyPart * Akregator::ArticleViewer::part |
( |
| ) |
const |
int Akregator::ArticleViewer::pointsToPixel |
( |
int |
points | ) |
const |
|
protected |
void Akregator::ArticleViewer::reload |
( |
| ) |
|
void Akregator::ArticleViewer::selectionChanged |
( |
| ) |
|
|
signal |
void Akregator::ArticleViewer::setCombinedViewFormatter |
( |
const boost::shared_ptr< ArticleFormatter > & |
formatter | ) |
|
Set filters which will be used if the viewer is in combined view mode.
Definition at line 511 of file articleviewer.cpp.
void Akregator::ArticleViewer::setNormalViewFormatter |
( |
const boost::shared_ptr< ArticleFormatter > & |
formatter | ) |
|
void Akregator::ArticleViewer::showArticle |
( |
const Article & |
article | ) |
|
Shows the articles of the tree node node
(combined view).
Changes in the node will update the view automatically.
- Parameters
-
Definition at line 593 of file articleviewer.cpp.
This gets emitted when url gets clicked.
QSize Akregator::ArticleViewer::sizeHint |
( |
| ) |
const |
void Akregator::ArticleViewer::slotArticlesListed |
( |
KJob * |
job | ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotClear |
( |
| ) |
|
|
slot |
Clears the canvas and disconnects from the currently observed node (if in combined view mode).
Definition at line 583 of file articleviewer.cpp.
void Akregator::ArticleViewer::slotCompleted |
( |
| ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotCopy |
( |
| ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotCopyLinkAddress |
( |
| ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotCreateNewWindow |
( |
const KUrl & |
url, |
|
|
const KParts::OpenUrlArguments & |
args, |
|
|
const KParts::BrowserArguments & |
browserArgs, |
|
|
const KParts::WindowArgs & |
windowArgs, |
|
|
KParts::ReadOnlyPart ** |
part |
|
) |
| |
|
protectedslot |
void Akregator::ArticleViewer::slotOpenLinkInBackgroundTab |
( |
| ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotOpenLinkInBrowser |
( |
| ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotOpenLinkInForegroundTab |
( |
| ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotOpenLinkInternal |
( |
| ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotOpenUrlRequestDelayed |
( |
const KUrl & |
url, |
|
|
const KParts::OpenUrlArguments & |
args, |
|
|
const KParts::BrowserArguments & |
browserArgs |
|
) |
| |
|
protectedslot |
void Akregator::ArticleViewer::slotPaletteOrFontChanged |
( |
| ) |
|
|
slot |
void Akregator::ArticleViewer::slotPopupMenu |
( |
const QPoint & |
p, |
|
|
const KUrl & |
kurl, |
|
|
mode_t |
, |
|
|
const KParts::OpenUrlArguments & |
, |
|
|
const KParts::BrowserArguments & |
, |
|
|
KParts::BrowserExtension::PopupFlags |
kpf |
|
) |
| |
|
protectedslot |
void Akregator::ArticleViewer::slotPrint |
( |
| ) |
|
|
slot |
void Akregator::ArticleViewer::slotSaveLinkAs |
( |
| ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotSelectionChanged |
( |
| ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotSetZoomFactor |
( |
int |
percent | ) |
|
|
slot |
void Akregator::ArticleViewer::slotStarted |
( |
KIO::Job * |
job | ) |
|
|
protectedslot |
void Akregator::ArticleViewer::slotUpdateCombinedView |
( |
| ) |
|
|
slot |
Update view if combined view mode is set.
Has to be called when the displayed node gets modified.
Definition at line 521 of file articleviewer.cpp.
void Akregator::ArticleViewer::slotZoomIn |
( |
int |
id | ) |
|
|
slot |
void Akregator::ArticleViewer::slotZoomOut |
( |
int |
id | ) |
|
|
slot |
void Akregator::ArticleViewer::started |
( |
KIO::Job * |
| ) |
|
|
signal |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.