KJavaAppletContext Class Reference
Inheritance diagram for KJavaAppletContext:

Detailed Description
Definition at line 45 of file kjavaappletcontext.h.
Signals | |
| void | showStatus (const QString &txt) |
| void | showDocument (const QString &url, const QString &target) |
| void | appletLoaded () |
Public Member Functions | |
| KJavaAppletContext () | |
| ~KJavaAppletContext () | |
| int | contextId () |
| void | setContextId (int id) |
| void | registerApplet (KJavaApplet *) |
| bool | create (KJavaApplet *) |
| void | destroy (KJavaApplet *) |
| void | init (KJavaApplet *) |
| void | start (KJavaApplet *) |
| void | stop (KJavaApplet *) |
| void | processCmd (QString cmd, QStringList args) |
| bool | getMember (QStringList &args, QStringList &ret_args) |
| bool | putMember (QStringList &args) |
| bool | callMember (QStringList &args, QStringList &ret_args) |
| void | derefObject (QStringList &args) |
| KJavaAppletServer * | getServer () const |
Protected Slots | |
| void | received (const QString &cmd, const QStringList &arg) |
| void | javaProcessExited (int) |
Protected Attributes | |
| KJavaAppletServer * | server |
Static Protected Attributes | |
| static int | contextCount = 0 |
Member Function Documentation
| void KJavaAppletContext::appletLoaded | ( | ) | [signal] |
Signals the KHTML Part an applet is loaded.
| int KJavaAppletContext::contextId | ( | ) |
| bool KJavaAppletContext::create | ( | KJavaApplet * | ) |
| void KJavaAppletContext::destroy | ( | KJavaApplet * | ) |
| bool KJavaAppletContext::getMember | ( | QStringList & | args, | |
| QStringList & | ret_args | |||
| ) |
| void KJavaAppletContext::init | ( | KJavaApplet * | ) |
| void KJavaAppletContext::processCmd | ( | QString | cmd, | |
| QStringList | args | |||
| ) |
use this for applet call backs, the AppletServer calls this directly.
Definition at line 131 of file kjavaappletcontext.cpp.
| void KJavaAppletContext::registerApplet | ( | KJavaApplet * | ) |
| void KJavaAppletContext::setContextId | ( | int | id | ) |
Signals the KHTML Part to show a url in a given target.
| void KJavaAppletContext::showStatus | ( | const QString & | txt | ) | [signal] |
Signals the KHMTL Part to show this as the status message.
| void KJavaAppletContext::start | ( | KJavaApplet * | ) |
| void KJavaAppletContext::stop | ( | KJavaApplet * | ) |
The documentation for this class was generated from the following files:

