akregator/src
Akregator::PageViewer Class Reference
Inheritance diagram for Akregator::PageViewer:

Detailed Description
Definition at line 40 of file pageviewer.h.
Signals | |
void | setTabIcon (const QPixmap &) |
Public Member Functions | |
PageViewer (QWidget *parent, const char *name) | |
virtual | ~PageViewer () |
virtual bool | openURL (const KURL &url) |
Protected Slots | |
void | slotSetCaption (const QString &cap) |
void | slotBack () |
void | slotForward () |
void | slotReload () |
void | slotStop () |
virtual void | slotPaletteOrFontChanged () |
void | slotStarted (KIO::Job *) |
void | slotCompleted () |
void | slotCancelled (const QString &errMsg) |
void | slotBackAboutToShow () |
void | slotForwardAboutToShow () |
void | slotPopupActivated (int id) |
virtual void | slotPopupMenu (KXMLGUIClient *, const QPoint &, const KURL &, const KParts::URLArgs &, KParts::BrowserExtension::PopupFlags, mode_t) |
void | slotGlobalBookmarkArticle () |
virtual void | slotOpenURLRequest (const KURL &url, const KParts::URLArgs &args) |
virtual void | urlSelected (const QString &url, int button, int state, const QString &_target, KParts::URLArgs args) |
Protected Member Functions | |
void | addHistoryEntry (const KURL &url) |
void | restoreHistoryEntry (const QValueList< HistoryEntry >::Iterator &entry) |
void | updateHistoryEntry () |
Member Function Documentation
void Akregator::PageViewer::slotStarted | ( | KIO::Job * | ) | [protected, slot] |
This changes cursor to wait cursor.
Reimplemented from Akregator::Viewer.
Definition at line 340 of file pageviewer.cpp.
void Akregator::PageViewer::slotCompleted | ( | ) | [protected, slot] |
This reverts cursor back to normal one.
Reimplemented from Akregator::Viewer.
Definition at line 346 of file pageviewer.cpp.
void Akregator::PageViewer::slotOpenURLRequest | ( | const KURL & | url, | |
const KParts::URLArgs & | args | |||
) | [protected, virtual, slot] |
slot for handling openURLRequestDelayed() signal from the browserextension.
Handles POST requests (for forms) only, other link handling goes to urlSelected(). Does nothing in Viewer, reimplemented in PageViewer to make forms working
Reimplemented from Akregator::Viewer.
Definition at line 271 of file pageviewer.cpp.
void Akregator::PageViewer::urlSelected | ( | const QString & | url, | |
int | button, | |||
int | state, | |||
const QString & | _target, | |||
KParts::URLArgs | args | |||
) | [protected, virtual, slot] |
reimplemented to handle url selection according to the settings for LMB and MMB
Reimplemented from Akregator::Viewer.
Definition at line 357 of file pageviewer.cpp.
The documentation for this class was generated from the following files: