Plasma
PlasmaWebApplet Class Reference
#include <plasmawebapplet.h>

Public Slots | |
| QVariant | arg (int index) const |
| int | aspectRatioMode () |
| int | backgroundHints () |
| QObject * | config () |
| void | configChanged () |
| QObject * | dataEngine (const QString &name) |
| void | dataUpdated (const QString &source, const Plasma::DataEngine::Data &data) |
| QVariantList | geometry () |
| QVariantList | getContentsMargins () |
| QObject * | globalConfig () |
| void | makeStylesheet () |
| QVariantList | maximumSize () |
| QVariantList | minimumSize () |
| QObject * | objArg (int index) const |
| QVariantList | pos () |
| QVariantList | preferredSize () |
| void | resize (qreal w, qreal h) |
| QVariantList | screenRect () |
| void | setAspectRatioMode (int mode) |
| void | setBackgroundHints (int hints) |
| void | setConfigurationRequired (bool needsConfiguring) |
| void | setDefaultSize (qreal w, qreal h) |
| void | setGeometry (qreal x, qreal y, qreal w, qreal h) |
| void | setMaximumSize (qreal w, qreal h) |
| void | setMinimumSize (qreal w, qreal h) |
| void | setPos (qreal x, qreal y) |
| void | setPreferredSize (qreal w, qreal h) |
| void | setScrollBarPolicy (int orientation, int policy) |
| QVariantList | size () |
| void | themeChanged () |
Public Member Functions | |
| QString | category () const |
| int | formFactor () const |
| QString | icon () const |
| uint | id () const |
| virtual bool | init () |
| int | location () const |
| QString | name () const |
| PlasmaWebApplet (QObject *parent, const QVariantList &args) | |
| QString | pluginName () const |
| bool | shouldConserveResources () const |
| virtual | ~PlasmaWebApplet () |
Protected Slots | |
| virtual void | initJsObjects () |
| virtual void | loadFinished (bool success) |
Protected Member Functions | |
| QVariant | callJsFunction (const QString &func, const QVariantList &args=QVariantList()) |
| void | constraintsEvent (Plasma::Constraints constraints) |
Properties | |
| QString | category |
| int | formFactor |
| QString | icon |
| uint | id |
| int | location |
| QString | name |
| QString | pluginName |
Detailed Description
Definition at line 32 of file plasmawebapplet.h.
Constructor & Destructor Documentation
| PlasmaWebApplet::PlasmaWebApplet | ( | QObject * | parent, | |
| const QVariantList & | args | |||
| ) |
Definition at line 100 of file plasmawebapplet.cpp.
| PlasmaWebApplet::~PlasmaWebApplet | ( | ) | [virtual] |
Definition at line 149 of file plasmawebapplet.cpp.
Member Function Documentation
| QVariant PlasmaWebApplet::arg | ( | int | index | ) | const [slot] |
Definition at line 217 of file plasmawebapplet.cpp.
| int PlasmaWebApplet::aspectRatioMode | ( | ) | [slot] |
Definition at line 376 of file plasmawebapplet.cpp.
| int PlasmaWebApplet::backgroundHints | ( | ) | [slot] |
Definition at line 371 of file plasmawebapplet.cpp.
| QVariant PlasmaWebApplet::callJsFunction | ( | const QString & | func, | |
| const QVariantList & | args = QVariantList() | |||
| ) | [protected] |
Definition at line 310 of file plasmawebapplet.cpp.
| QString PlasmaWebApplet::category | ( | ) | const |
| QObject * PlasmaWebApplet::config | ( | ) | [slot] |
Definition at line 279 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::configChanged | ( | ) | [slot] |
Definition at line 339 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::constraintsEvent | ( | Plasma::Constraints | constraints | ) | [protected] |
Definition at line 202 of file plasmawebapplet.cpp.
Definition at line 267 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::dataUpdated | ( | const QString & | source, | |
| const Plasma::DataEngine::Data & | data | |||
| ) | [slot] |
Definition at line 332 of file plasmawebapplet.cpp.
| int PlasmaWebApplet::formFactor | ( | ) | const |
| QVariantList PlasmaWebApplet::geometry | ( | ) | [slot] |
Definition at line 359 of file plasmawebapplet.cpp.
| QVariantList PlasmaWebApplet::getContentsMargins | ( | ) | [slot] |
Definition at line 418 of file plasmawebapplet.cpp.
| QObject * PlasmaWebApplet::globalConfig | ( | ) | [slot] |
Definition at line 284 of file plasmawebapplet.cpp.
| QString PlasmaWebApplet::icon | ( | ) | const |
| uint PlasmaWebApplet::id | ( | ) | const |
| bool PlasmaWebApplet::init | ( | void | ) | [virtual] |
| void PlasmaWebApplet::initJsObjects | ( | ) | [protected, virtual, slot] |
| void PlasmaWebApplet::loadFinished | ( | bool | success | ) | [protected, virtual, slot] |
| int PlasmaWebApplet::location | ( | ) | const |
| void PlasmaWebApplet::makeStylesheet | ( | ) | [slot] |
Definition at line 167 of file plasmawebapplet.cpp.
| QVariantList PlasmaWebApplet::maximumSize | ( | ) | [slot] |
Definition at line 402 of file plasmawebapplet.cpp.
| QVariantList PlasmaWebApplet::minimumSize | ( | ) | [slot] |
Definition at line 407 of file plasmawebapplet.cpp.
| QString PlasmaWebApplet::name | ( | ) | const |
| QObject * PlasmaWebApplet::objArg | ( | int | index | ) | const [slot] |
Definition at line 222 of file plasmawebapplet.cpp.
| QString PlasmaWebApplet::pluginName | ( | ) | const |
| QVariantList PlasmaWebApplet::pos | ( | ) | [slot] |
Definition at line 438 of file plasmawebapplet.cpp.
| QVariantList PlasmaWebApplet::preferredSize | ( | ) | [slot] |
Definition at line 412 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::resize | ( | qreal | w, | |
| qreal | h | |||
| ) | [slot] |
Definition at line 289 of file plasmawebapplet.cpp.
| QVariantList PlasmaWebApplet::screenRect | ( | ) | [slot] |
Definition at line 365 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setAspectRatioMode | ( | int | mode | ) | [slot] |
Definition at line 305 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setBackgroundHints | ( | int | hints | ) | [slot] |
Definition at line 294 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setConfigurationRequired | ( | bool | needsConfiguring | ) | [slot] |
Definition at line 381 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setDefaultSize | ( | qreal | w, | |
| qreal | h | |||
| ) | [slot] |
Definition at line 352 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setGeometry | ( | qreal | x, | |
| qreal | y, | |||
| qreal | w, | |||
| qreal | h | |||
| ) | [slot] |
Definition at line 428 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setMaximumSize | ( | qreal | w, | |
| qreal | h | |||
| ) | [slot] |
Definition at line 387 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setMinimumSize | ( | qreal | w, | |
| qreal | h | |||
| ) | [slot] |
Definition at line 392 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setPos | ( | qreal | x, | |
| qreal | y | |||
| ) | [slot] |
Definition at line 433 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setPreferredSize | ( | qreal | w, | |
| qreal | h | |||
| ) | [slot] |
Definition at line 397 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::setScrollBarPolicy | ( | int | orientation, | |
| int | policy | |||
| ) | [slot] |
Definition at line 299 of file plasmawebapplet.cpp.
| bool PlasmaWebApplet::shouldConserveResources | ( | ) | const |
Definition at line 262 of file plasmawebapplet.cpp.
| QVariantList PlasmaWebApplet::size | ( | ) | [slot] |
Definition at line 443 of file plasmawebapplet.cpp.
| void PlasmaWebApplet::themeChanged | ( | ) | [slot] |
Definition at line 187 of file plasmawebapplet.cpp.
Property Documentation
QString PlasmaWebApplet::category [read] |
Definition at line 39 of file plasmawebapplet.h.
int PlasmaWebApplet::formFactor [read] |
Definition at line 40 of file plasmawebapplet.h.
QString PlasmaWebApplet::icon [read] |
Definition at line 38 of file plasmawebapplet.h.
uint PlasmaWebApplet::id [read] |
Definition at line 36 of file plasmawebapplet.h.
int PlasmaWebApplet::location [read] |
Definition at line 41 of file plasmawebapplet.h.
QString PlasmaWebApplet::name [read] |
Definition at line 35 of file plasmawebapplet.h.
QString PlasmaWebApplet::pluginName [read] |
Definition at line 37 of file plasmawebapplet.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference