KHTML
kjavaappletcontext.cpp
Go to the documentation of this file.
void javaProcessExited(int)
Definition: kjavaappletcontext.cpp:243
void resizeAppletWidget(int width, int height)
Interface for applets to resize themselves.
Definition: kjavaapplet.cpp:148
void received(const QString &cmd, const QStringList &arg)
Definition: kjavaappletcontext.cpp:136
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 & appletClass()
Get the name of the Class file the applet should run.
Definition: kjavaapplet.cpp:88
void push_front(const T &value)
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
QString & remove(int position, int n)
QString & getWindowName()
Get the window title this applet should use.
Definition: kjavaapplet.cpp:170
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void start(KJavaApplet *)
Sends a message to start the applet.
Definition: kjavaappletcontext.cpp:121
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
QString number(int n, int base)
int count(const T &value) const
Definition: kjavaapplet.h:50
void destroy(KJavaApplet *)
Sends a message to destroy the applet.
Definition: kjavaappletcontext.cpp:108
void initApplet(int contextId, int appletId)
This should be called by the KJavaAppletWidget.
Definition: kjavaappletserver.cpp:397
bool empty() const
bool putMember(QStringList &args)
Definition: kjavaappletcontext.cpp:259
void pop_front()
void derefObject(QStringList &args)
Definition: kjavaappletserver.cpp:773
QString & archives()
Get the list of Archives that should be searched for class files and other resources.
Definition: kjavaapplet.cpp:143
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
T & first()
void derefObject(QStringList &args)
Definition: kjavaappletcontext.cpp:269
bool getMember(QStringList &args, QStringList &ret_args)
Definition: kjavaappletserver.cpp:742
QString & baseURL()
get the Base URL of the document embedding the applet
Definition: kjavaapplet.cpp:113
KGuiItem ok()
void showDocument(const QString &url, const QString &target)
Signals the KHTML Part to show a url in a given target.
void destroyContext(int contextId)
Destroy the applet context with the specified id.
Definition: kjavaappletserver.cpp:328
void init(KJavaApplet *)
Sends a message to initialize the applet.
Definition: kjavaappletcontext.cpp:116
bool getMember(QStringList &args, QStringList &ret_args)
LiveConnect functions.
Definition: kjavaappletcontext.cpp:254
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
static QDebug kWarning(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
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
Definition: kjavaappletcontext.h:45
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
bool create(KJavaApplet *)
Sends a message to create the applet.
Definition: kjavaappletcontext.cpp:90
void showStatus(const QString &txt)
Signals the KHMTL Part to show this as the status message.
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QMap< QString, QString > & getParams()
Get a reference to the Parameters and their values.
Definition: kjavaapplet.cpp:103
static KJavaAppletServer * allocateJavaServer()
A factory method that returns the default server.
Definition: kjavaappletserver.cpp:178
Definition: kjavaapplet.h:61
void destroyApplet(int contextId, int appletId)
Destroy an applet in the specified context with the specified id.
Definition: kjavaappletserver.cpp:407
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.