KJavaAppletContext Class Reference
Inheritance diagram for KJavaAppletContext:

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 |
Detailed Description
Definition at line 45 of file kjavaappletcontext.h.
Member Function Documentation
|
|
Returns the ID of this context.
Definition at line 72 of file kjavaappletcontext.cpp. |
|
|
Sets the ID of this context.
Definition at line 77 of file kjavaappletcontext.cpp. |
|
|
registers applet
Definition at line 82 of file kjavaappletcontext.cpp. References KJavaApplet::setAppletId(). Referenced by KJavaApplet::setAppletContext(). |
|
|
Sends a message to create the applet.
Definition at line 90 of file kjavaappletcontext.cpp. References KJavaApplet::appletClass(), KJavaApplet::appletId(), KJavaApplet::appletName(), KJavaApplet::archives(), KJavaApplet::authName(), KJavaApplet::baseURL(), KJavaApplet::codeBase(), KJavaAppletServer::createApplet(), KJavaApplet::getParams(), KJavaApplet::getWindowName(), KJavaApplet::password(), server, KJavaApplet::size(), and KJavaApplet::user(). Referenced by KJavaApplet::create(). |
|
|
Sends a message to destroy the applet.
Definition at line 108 of file kjavaappletcontext.cpp. References KJavaApplet::appletId(), KJavaAppletServer::destroyApplet(), and server. Referenced by KJavaApplet::~KJavaApplet(). |
|
|
Sends a message to initialize the applet.
Definition at line 116 of file kjavaappletcontext.cpp. References KJavaApplet::appletId(), KJavaAppletServer::initApplet(), and server. Referenced by KJavaApplet::init(). |
|
|
Sends a message to start the applet.
Definition at line 121 of file kjavaappletcontext.cpp. References KJavaApplet::appletId(), server, and KJavaAppletServer::startApplet(). Referenced by KJavaApplet::start(). |
|
|
Sends a message to stop the applet.
Definition at line 126 of file kjavaappletcontext.cpp. References KJavaApplet::appletId(), server, and KJavaAppletServer::stopApplet(). Referenced by KJavaApplet::stop(). |
|
||||||||||||
|
use this for applet call backs, the AppletServer calls this directly.
Definition at line 131 of file kjavaappletcontext.cpp. References received(). Referenced by KJavaAppletServer::slotJavaRequest(). |
|
||||||||||||
|
LiveConnect functions.
Definition at line 254 of file kjavaappletcontext.cpp. References KJavaAppletServer::getMember(), QString::number(), and server. Referenced by KJavaAppletViewerLiveConnectExtension::get(). |
|
|
Signals the KHMTL Part to show this as the status message.
Referenced by received(). |
|
||||||||||||
|
Signals the KHTML Part to show a url in a given target.
Referenced by received(). |
|
|
Signals the KHTML Part an applet is loaded.
Referenced by javaProcessExited(), and received(). |
The documentation for this class was generated from the following files:
