#include <webpage.h>
Definition at line 12 of file webpage.h.
Public Slots | |
| void | openURLRequest (const KURL &url, const KParts::URLArgs &args) |
| void | createNewWindow (const KURL &, const KParts::URLArgs &, const KParts::WindowArgs &, KParts::ReadOnlyPart *&) |
| void | openURL (const QString &url) |
| void | zoomIn () |
| void | zoomOut () |
| void | started (KIO::Job *) |
| void | completed () |
| void | timerTimeout () |
Signals | |
| void | newUrlRequested (const KURL &url, const KParts::URLArgs &args) |
| void | newWindowRequested (const KURL &, const KParts::URLArgs &, const KParts::WindowArgs &, KParts::ReadOnlyPart *&) |
| void | pageCompleted (WebPage *page) |
Public Member Functions | |
| WebPage (const char *location, int zoom, WFlags flags) | |
| WebPage (const char *location, const KParts::URLArgs &args, int zoom, WFlags flags) | |
| ~WebPage () | |
Public Attributes | |
| int | zoomFactor |
| KHTMLPart * | browser |
Protected Member Functions | |
| virtual bool | eventFilter (QObject *object, QEvent *event) |
Private Attributes | |
| QString | sUrl |
| WebPage::WebPage | ( | const char * | location, | |
| int | zoom, | |||
| WFlags | flags | |||
| ) |
Definition at line 46 of file webpage.cpp.
| WebPage::WebPage | ( | const char * | location, | |
| const KParts::URLArgs & | args, | |||
| int | zoom, | |||
| WFlags | flags | |||
| ) |
Definition at line 91 of file webpage.cpp.
| WebPage::~WebPage | ( | ) |
Definition at line 138 of file webpage.cpp.
| bool WebPage::eventFilter | ( | QObject * | object, | |
| QEvent * | event | |||
| ) | [protected, virtual] |
Definition at line 175 of file webpage.cpp.
| void WebPage::openURLRequest | ( | const KURL & | url, | |
| const KParts::URLArgs & | args | |||
| ) | [slot] |
| void WebPage::createNewWindow | ( | const KURL & | url, | |
| const KParts::URLArgs & | args, | |||
| const KParts::WindowArgs & | windowArgs, | |||
| KParts::ReadOnlyPart *& | part | |||
| ) | [slot] |
| void WebPage::openURL | ( | const QString & | url | ) | [slot] |
| void WebPage::zoomIn | ( | ) | [slot] |
Definition at line 168 of file webpage.cpp.
| void WebPage::zoomOut | ( | ) | [slot] |
Definition at line 161 of file webpage.cpp.
| void WebPage::started | ( | KIO::Job * | job | ) | [slot] |
| void WebPage::completed | ( | ) | [slot] |
| void WebPage::timerTimeout | ( | ) | [slot] |
| void WebPage::newUrlRequested | ( | const KURL & | url, | |
| const KParts::URLArgs & | args | |||
| ) | [signal] |
Referenced by openURLRequest().
| void WebPage::newWindowRequested | ( | const KURL & | , | |
| const KParts::URLArgs & | , | |||
| const KParts::WindowArgs & | , | |||
| KParts::ReadOnlyPart *& | ||||
| ) | [signal] |
Referenced by createNewWindow().
| void WebPage::pageCompleted | ( | WebPage * | page | ) | [signal] |
Referenced by completed().
| KHTMLPart* WebPage::browser |
Definition at line 24 of file webpage.h.
Referenced by openURL(), TabView::pageCompleted(), timerTimeout(), WebPage(), zoomIn(), and zoomOut().
QString WebPage::sUrl [private] |
1.5.5