• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KHTML

Signals | Public Member Functions | Protected Slots | Protected Attributes | Static Protected Attributes | List of all members
KJavaAppletContext Class Reference

#include <kjavaappletcontext.h>

Inheritance diagram for KJavaAppletContext:
Inheritance graph
[legend]

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 &regExp) 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

void KJavaAppletContext::appletLoaded ( )
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.

KJavaAppletServer* KJavaAppletContext::getServer ( ) const
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.

void KJavaAppletContext::javaProcessExited ( int  )
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.

void KJavaAppletContext::received ( const QString &  cmd,
const QStringList &  arg 
)
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.

void KJavaAppletContext::showDocument ( const QString &  url,
const QString &  target 
)
signal

Signals the KHTML Part to show a url in a given target.

void KJavaAppletContext::showStatus ( const QString &  txt)
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

int KJavaAppletContext::contextCount = 0
staticprotected

Definition at line 126 of file kjavaappletcontext.h.

KJavaAppletServer* KJavaAppletContext::server
protected

Definition at line 129 of file kjavaappletcontext.h.


The documentation for this class was generated from the following files:
  • kjavaappletcontext.h
  • kjavaappletcontext.cpp
This file is part of the KDE documentation.
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.

KHTML

Skip menu "KHTML"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal