KHTML
kjavaappletcontext.cpp
void derefObject(QStringList &args)
Definition: kjavaappletcontext.cpp:269
void showDocument(const QString &url, const QString &target)
Signals the KHTML Part to show a url in a given target.
void destroyApplet(int contextId, int appletId)
Destroy an applet in the specified context with the specified id.
Definition: kjavaappletserver.cpp:407
QMap< QString, QString > & getParams()
Get a reference to the Parameters and their values.
Definition: kjavaapplet.cpp:103
Definition: kjavaapplet.h:51
QString & appletName()
Get the name the applet should be called in its context.
Definition: kjavaapplet.cpp:175
void createContext(int contextId, KJavaAppletContext *context)
Create an applet context with the specified id.
Definition: kjavaappletserver.cpp:316
QString & getWindowName()
Get the window title this applet should use.
Definition: kjavaapplet.cpp:170
static QDebug kError(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void stopApplet(int contextId, int appletId)
Stop the specified applet.
Definition: kjavaappletserver.cpp:427
bool create(KJavaApplet *)
Sends a message to create the applet.
Definition: kjavaappletcontext.cpp:90
bool createApplet(int contextId, int appletId, const QString &name, const QString &clazzName, const QString &baseURL, const QString &user, const QString &password, const QString &authname, const QString &codeBase, const QString &jarFile, QSize size, const QMap< QString, QString > ¶ms, const QString &windowTitle)
Create an applet in the specified context with the specified id.
Definition: kjavaappletserver.cpp:339
void showStatus(const QString &txt)
Signals the KHMTL Part to show this as the status message.
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
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
void derefObject(QStringList &args)
Definition: kjavaappletserver.cpp:773
void init(KJavaApplet *)
Sends a message to initialize the applet.
Definition: kjavaappletcontext.cpp:116
bool putMember(QStringList &args)
Definition: kjavaappletcontext.cpp:259
Definition: kjavaappletcontext.h:46
void destroyContext(int contextId)
Destroy the applet context with the specified id.
Definition: kjavaappletserver.cpp:328
void initApplet(int contextId, int appletId)
This should be called by the KJavaAppletWidget.
Definition: kjavaappletserver.cpp:397
QString & baseURL()
get the Base URL of the document embedding the applet
Definition: kjavaapplet.cpp:113
bool getMember(QStringList &args, QStringList &ret_args)
LiveConnect functions.
Definition: kjavaappletcontext.cpp:254
static QDebug kWarning(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
bool getMember(QStringList &args, QStringList &ret_args)
Definition: kjavaappletserver.cpp:742
void received(const QString &cmd, const QStringList &arg)
Definition: kjavaappletcontext.cpp:136
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
void processCmd(QString cmd, QStringList args)
use this for applet call backs, the AppletServer calls this directly.
Definition: kjavaappletcontext.cpp:131
void startApplet(int contextId, int appletId)
Start the specified applet.
Definition: kjavaappletserver.cpp:417
bool callMember(QStringList &args, QStringList &ret_args)
Definition: kjavaappletcontext.cpp:264
static KJavaAppletServer * allocateJavaServer()
A factory method that returns the default server.
Definition: kjavaappletserver.cpp:178
bool callMember(QStringList &args, QStringList &ret_args)
Definition: kjavaappletserver.cpp:763
KGuiItem ok()
void destroy(KJavaApplet *)
Sends a message to destroy the applet.
Definition: kjavaappletcontext.cpp:108
static void freeJavaServer()
When you are done using your reference to the AppletServer, you must dereference it by calling freeJa...
Definition: kjavaappletserver.cpp:190
void resizeAppletWidget(int width, int height)
Interface for applets to resize themselves.
Definition: kjavaapplet.cpp:148
void javaProcessExited(int)
Definition: kjavaappletcontext.cpp:243
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.