KHTML
#include <kjavaappletcontext.h>
Signals | |
void | appletLoaded () |
void | showDocument (const QString &url, const QString &target) |
void | showStatus (const QString &txt) |
Public Member Functions | |
KJavaAppletContext () | |
~KJavaAppletContext () | |
bool | callMember (QStringList &args, QStringList &ret_args) |
int | contextId () |
bool | create (KJavaApplet *) |
void | derefObject (QStringList &args) |
void | destroy (KJavaApplet *) |
bool | getMember (QStringList &args, QStringList &ret_args) |
KJavaAppletServer * | getServer () const |
void | init (KJavaApplet *) |
void | processCmd (QString cmd, QStringList args) |
bool | putMember (QStringList &args) |
void | registerApplet (KJavaApplet *) |
void | setContextId (int id) |
void | start (KJavaApplet *) |
void | stop (KJavaApplet *) |
Protected Slots | |
void | javaProcessExited (int) |
void | received (const QString &cmd, const QStringList &arg) |
Protected Attributes | |
KJavaAppletServer * | server |
Static Protected Attributes | |
static int | contextCount = 0 |
Detailed Description
Definition at line 45 of file kjavaappletcontext.h.
Constructor & Destructor Documentation
KJavaAppletContext::KJavaAppletContext | ( | ) |
Definition at line 52 of file kjavaappletcontext.cpp.
KJavaAppletContext::~KJavaAppletContext | ( | ) |
Definition at line 65 of file kjavaappletcontext.cpp.
Member Function Documentation
|
signal |
Signals the KHTML Part an applet is loaded.
bool KJavaAppletContext::callMember | ( | QStringList & | args, |
QStringList & | ret_args | ||
) |
Definition at line 264 of file kjavaappletcontext.cpp.
int KJavaAppletContext::contextId | ( | ) |
Returns the ID of this context.
Definition at line 72 of file kjavaappletcontext.cpp.
bool KJavaAppletContext::create | ( | KJavaApplet * | applet | ) |
Sends a message to create the applet.
Definition at line 90 of file kjavaappletcontext.cpp.
void KJavaAppletContext::derefObject | ( | QStringList & | args | ) |
Definition at line 269 of file kjavaappletcontext.cpp.
void KJavaAppletContext::destroy | ( | KJavaApplet * | applet | ) |
Sends a message to destroy the applet.
Definition at line 108 of file kjavaappletcontext.cpp.
bool KJavaAppletContext::getMember | ( | QStringList & | args, |
QStringList & | ret_args | ||
) |
LiveConnect functions.
Definition at line 254 of file kjavaappletcontext.cpp.
|
inline |
Definition at line 107 of file kjavaappletcontext.h.
void KJavaAppletContext::init | ( | KJavaApplet * | applet | ) |
Sends a message to initialize the applet.
Definition at line 116 of file kjavaappletcontext.cpp.
|
protectedslot |
Definition at line 243 of file kjavaappletcontext.cpp.
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.
bool KJavaAppletContext::putMember | ( | QStringList & | args | ) |
Definition at line 259 of file kjavaappletcontext.cpp.
|
protectedslot |
Definition at line 136 of file kjavaappletcontext.cpp.
void KJavaAppletContext::registerApplet | ( | KJavaApplet * | applet | ) |
registers applet
Definition at line 82 of file kjavaappletcontext.cpp.
void KJavaAppletContext::setContextId | ( | int | id | ) |
Sets the ID of this context.
Definition at line 77 of file kjavaappletcontext.cpp.
Signals the KHTML Part to show a url in a given target.
|
signal |
Signals the KHMTL Part to show this as the status message.
void KJavaAppletContext::start | ( | KJavaApplet * | applet | ) |
Sends a message to start the applet.
Definition at line 121 of file kjavaappletcontext.cpp.
void KJavaAppletContext::stop | ( | KJavaApplet * | applet | ) |
Sends a message to stop the applet.
Definition at line 126 of file kjavaappletcontext.cpp.
Member Data Documentation
|
staticprotected |
Definition at line 126 of file kjavaappletcontext.h.
|
protected |
Definition at line 129 of file kjavaappletcontext.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.