Plasma
WebApplet Class Reference
#include <webapplet.h>
Inheritance diagram for WebApplet:

Public Member Functions | |
| bool | init () |
| WebApplet (QObject *parent, const QVariantList &args) | |
| ~WebApplet () | |
Protected Slots | |
| void | connectFrame (QWebFrame *) |
| virtual void | initJsObjects () |
| virtual void | loadFinished (bool) |
Protected Member Functions | |
| virtual QByteArray | dataFor (const QString &str) |
| bool | loaded () |
| Plasma::WebView * | page () |
| void | paintInterface (QPainter *painter, const QStyleOptionGraphicsItem *option, const QRect &contentsRect) |
| Plasma::WebView * | view () const |
Detailed Description
Definition at line 37 of file webapplet.h.
Constructor & Destructor Documentation
| WebApplet::WebApplet | ( | QObject * | parent, | |
| const QVariantList & | args | |||
| ) |
Definition at line 73 of file webapplet.cpp.
| WebApplet::~WebApplet | ( | ) |
Definition at line 80 of file webapplet.cpp.
Member Function Documentation
| void WebApplet::connectFrame | ( | QWebFrame * | frame | ) | [protected, slot] |
Definition at line 119 of file webapplet.cpp.
| QByteArray WebApplet::dataFor | ( | const QString & | str | ) | [protected, virtual] |
| bool WebApplet::init | ( | void | ) |
| void WebApplet::initJsObjects | ( | ) | [protected, virtual, slot] |
Reimplemented in DashboardApplet, and PlasmaWebApplet.
Definition at line 125 of file webapplet.cpp.
| bool WebApplet::loaded | ( | ) | [protected] |
Definition at line 143 of file webapplet.cpp.
| void WebApplet::loadFinished | ( | bool | success | ) | [protected, virtual, slot] |
Reimplemented in DashboardApplet, and PlasmaWebApplet.
Definition at line 114 of file webapplet.cpp.
| Plasma::WebView * WebApplet::page | ( | ) | [protected] |
Definition at line 138 of file webapplet.cpp.
| void WebApplet::paintInterface | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| const QRect & | contentsRect | |||
| ) | [protected] |
Definition at line 100 of file webapplet.cpp.
| Plasma::WebView * WebApplet::view | ( | ) | const [protected] |
Definition at line 109 of file webapplet.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference