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 *) |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Protected Slots | |
void | javaProcessExited (int) |
void | received (const QString &cmd, const QStringList &arg) |
Protected Attributes | |
KJavaAppletServer * | server |
Static Protected Attributes | |
static int | contextCount = 0 |
Additional Inherited Members | |
Static Public Member Functions inherited from QObject | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions inherited from QObject | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QObject | |
objectName | |
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.