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

Detailed Description
Definition at line 36 of file webapplet.h.
Public Slots | |
void | load (const QUrl &url) |
void | loadHtml (const QUrl &baseUrl=QUrl()) |
void | setHtml (const QByteArray &html, const QUrl &baseUrl=QUrl()) |
Public Member Functions | |
bool | init () |
WebApplet (QObject *parent, const QVariantList &args) | |
~WebApplet () | |
Protected Member Functions | |
void | constraintsEvent (Plasma::Constraints constraints) |
void | paintInterface (QPainter *painter, const QStyleOptionGraphicsItem *option, const QRect &contentsRect) |
Plasma::WebContent * | view () const |
Constructor & Destructor Documentation
WebApplet::WebApplet | ( | QObject * | parent, | |
const QVariantList & | args | |||
) |
Definition at line 69 of file webapplet.cpp.
WebApplet::~WebApplet | ( | ) |
Definition at line 76 of file webapplet.cpp.
Member Function Documentation
void WebApplet::constraintsEvent | ( | Plasma::Constraints | constraints | ) | [protected] |
Definition at line 123 of file webapplet.cpp.
bool WebApplet::init | ( | void | ) |
void WebApplet::load | ( | const QUrl & | url | ) | [slot] |
Definition at line 98 of file webapplet.cpp.
Definition at line 155 of file webapplet.cpp.
void WebApplet::paintInterface | ( | QPainter * | painter, | |
const QStyleOptionGraphicsItem * | option, | |||
const QRect & | contentsRect | |||
) | [protected] |
Definition at line 87 of file webapplet.cpp.
void WebApplet::setHtml | ( | const QByteArray & | html, | |
const QUrl & | baseUrl = QUrl() | |||
) | [slot] |
Definition at line 144 of file webapplet.cpp.
Plasma::WebContent * WebApplet::view | ( | ) | const [protected] |
Definition at line 109 of file webapplet.cpp.
The documentation for this class was generated from the following files: