KHTML
kjavaappletcontext.cpp
Go to the documentation of this file.
Definition kjavaappletcontext.h:46
void showDocument(const QString &url, const QString &target)
Signals the KHTML Part to show a url in a given target.
bool callMember(QStringList &args, QStringList &ret_args)
Definition kjavaappletcontext.cpp:264
void destroy(KJavaApplet *)
Sends a message to destroy the applet.
Definition kjavaappletcontext.cpp:108
void javaProcessExited(int)
Definition kjavaappletcontext.cpp:243
void derefObject(QStringList &args)
Definition kjavaappletcontext.cpp:269
void init(KJavaApplet *)
Sends a message to initialize the applet.
Definition kjavaappletcontext.cpp:116
void received(const QString &cmd, const QStringList &arg)
Definition kjavaappletcontext.cpp:136
void processCmd(QString cmd, QStringList args)
use this for applet call backs, the AppletServer calls this directly.
Definition kjavaappletcontext.cpp:131
bool getMember(QStringList &args, QStringList &ret_args)
LiveConnect functions.
Definition kjavaappletcontext.cpp:254
void showStatus(const QString &txt)
Signals the KHMTL Part to show this as the status message.
static void freeJavaServer()
When you are done using your reference to the AppletServer, you must dereference it by calling freeJa...
Definition kjavaappletserver.cpp:190
static KJavaAppletServer * allocateJavaServer()
A factory method that returns the default server.
Definition kjavaappletserver.cpp:178
Definition kjavaapplet.h:51
void resizeAppletWidget(int width, int height)
Interface for applets to resize themselves.
Definition kjavaapplet.cpp:148
QString & archives()
Get the list of Archives that should be searched for class files and other resources.
Definition kjavaapplet.cpp:143
QString & appletClass()
Get the name of the Class file the applet should run.
Definition kjavaapplet.cpp:88
QString & baseURL()
get the Base URL of the document embedding the applet
Definition kjavaapplet.cpp:113
void stateChange(const int newState)
called from the protocol engine changes the status according to the one on the java side.
Definition kjavaapplet.cpp:212
QString & appletName()
Get the name the applet should be called in its context.
Definition kjavaapplet.cpp:175
QMap< QString, QString > & getParams()
Get a reference to the Parameters and their values.
Definition kjavaapplet.cpp:103
static QDebug kWarning(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
static QDebug kError(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.