akregator
Akregator::BrowserFrame Class Reference
#include <browserframe.h>

Detailed Description
Definition at line 47 of file browserframe.h.
Public Slots | |
| void | slotHistoryBack () |
| void | slotHistoryBackAboutToShow () |
| void | slotHistoryForward () |
| void | slotHistoryForwardAboutToShow () |
| void | slotOpenLinkInBrowser () |
| void | slotOpenLinkInNewTab () |
| void | slotPaletteOrFontChanged () |
| void | slotReload () |
| void | slotStop () |
Signals | |
| void | signalPartDestroyed (int id) |
Public Member Functions | |
| BrowserFrame (QWidget *parent=0) | |
| bool | canGoBack () const |
| bool | canGoForward () const |
| bool | isLoading () const |
| bool | isReloadable () const |
| void | loadConfig (const KConfigGroup &config, const QString &prefix) |
| bool | openUrl (const OpenUrlRequest &request) |
| KParts::ReadOnlyPart * | part () const |
| void | saveConfig (KConfigGroup &config, const QString &prefix) |
| void | setFavicon (const QIcon &icon) |
| KUrl | url () const |
| ~BrowserFrame () | |
Constructor & Destructor Documentation
| BrowserFrame::BrowserFrame | ( | QWidget * | parent = 0 |
) | [explicit] |
Definition at line 56 of file browserframe.cpp.
| BrowserFrame::~BrowserFrame | ( | ) |
Definition at line 60 of file browserframe.cpp.
Member Function Documentation
| bool BrowserFrame::canGoBack | ( | ) | const [virtual] |
returns whether it is possible to go back in the history
Reimplemented from Akregator::Frame.
Definition at line 75 of file browserframe.cpp.
| bool BrowserFrame::canGoForward | ( | ) | const [virtual] |
returns whether it is possible to go forward in the history
Reimplemented from Akregator::Frame.
Definition at line 70 of file browserframe.cpp.
| bool BrowserFrame::isLoading | ( | ) | const [virtual] |
returns whether the embedded part is loading a website.
If so, it can be stopped using slotStop()
Reimplemented from Akregator::Frame.
Definition at line 367 of file browserframe.cpp.
| bool BrowserFrame::isReloadable | ( | ) | const [virtual] |
returns whether the shown content can be reloaded
Reimplemented from Akregator::Frame.
Definition at line 362 of file browserframe.cpp.
| void BrowserFrame::loadConfig | ( | const KConfigGroup & | , | |
| const QString & | ||||
| ) | [virtual] |
Load a frame from a config file for session management.
Reimplemented from Akregator::Frame.
Definition at line 373 of file browserframe.cpp.
| bool BrowserFrame::openUrl | ( | const OpenUrlRequest & | request | ) | [virtual] |
| ReadOnlyPart * BrowserFrame::part | ( | ) | const [virtual] |
| void BrowserFrame::saveConfig | ( | KConfigGroup & | , | |
| const QString & | ||||
| ) | [virtual] |
Save a frame to a config file for session management.
Reimplemented from Akregator::Frame.
Definition at line 384 of file browserframe.cpp.
| void BrowserFrame::setFavicon | ( | const QIcon & | icon | ) | [virtual] |
| void Akregator::BrowserFrame::signalPartDestroyed | ( | int | id | ) | [signal] |
| void BrowserFrame::slotHistoryBack | ( | ) | [virtual, slot] |
goes a step backwards in the history, if possible.
See also canGoBack().
Reimplemented from Akregator::Frame.
Definition at line 334 of file browserframe.cpp.
| void BrowserFrame::slotHistoryBackAboutToShow | ( | ) | [virtual, slot] |
| void BrowserFrame::slotHistoryForward | ( | ) | [virtual, slot] |
goes a step forward in the history, if possible.
See also canGoForward().
Reimplemented from Akregator::Frame.
Definition at line 328 of file browserframe.cpp.
| void BrowserFrame::slotHistoryForwardAboutToShow | ( | ) | [virtual, slot] |
| void BrowserFrame::slotOpenLinkInBrowser | ( | ) | [slot] |
Definition at line 120 of file browserframe.cpp.
| void BrowserFrame::slotOpenLinkInNewTab | ( | ) | [slot] |
Definition at line 127 of file browserframe.cpp.
| void BrowserFrame::slotPaletteOrFontChanged | ( | ) | [slot] |
Definition at line 358 of file browserframe.cpp.
| void BrowserFrame::slotReload | ( | ) | [virtual, slot] |
reloads the current content, if possible.
See also isReloadable().
Reimplemented from Akregator::Frame.
Definition at line 340 of file browserframe.cpp.
| void BrowserFrame::slotStop | ( | ) | [virtual, slot] |
| KUrl BrowserFrame::url | ( | ) | const [virtual] |
returns the URL of the embedded part
Implements Akregator::Frame.
Definition at line 65 of file browserframe.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference