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
bool callMember(QStringList &args, QStringList &ret_args)
Definition kjavaappletserver.cpp:763
void createContext(int contextId, KJavaAppletContext *context)
Create an applet context with the specified id.
Definition kjavaappletserver.cpp:316
static KJavaAppletServer * allocateJavaServer()
A factory method that returns the default server.
Definition kjavaappletserver.cpp:178
void derefObject(QStringList &args)
Definition kjavaappletserver.cpp:773
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 destroyApplet(int contextId, int appletId)
Destroy an applet in the specified context with the specified id.
Definition kjavaappletserver.cpp:407
void initApplet(int contextId, int appletId)
This should be called by the KJavaAppletWidget.
Definition kjavaappletserver.cpp:397
void startApplet(int contextId, int appletId)
Start the specified applet.
Definition kjavaappletserver.cpp:417
void stopApplet(int contextId, int appletId)
Stop the specified applet.
Definition kjavaappletserver.cpp:427
bool getMember(QStringList &args, QStringList &ret_args)
Definition kjavaappletserver.cpp:742
void destroyContext(int contextId)
Destroy the applet context with the specified id.
Definition kjavaappletserver.cpp:328
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
#define kDebug
#define kWarning
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.