Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

KJSEmbed::Bindings::JSBindingPlugin Class Reference

Interface for KJSBindings that can be added as plugins. More...

#include <jsbindingplugin.h>

List of all members.

Public Methods

 JSBindingPlugin (QObject *parent, const char *name, const QStringList &args)
virtual ~JSBindingPlugin ()
virtual KJS::Object createBinding (KJSEmbedPart *jspart, KJS::ExecState *exec, const KJS::List &args) const=0


Detailed Description

Interface for KJSBindings that can be added as plugins.

Author:
Ian Reinhart Geiser, geiseri@kde.org
Version:
Id:
jsbindingplugin.h,v 1.3 2003/12/22 00:05:04 geiseri Exp


Constructor & Destructor Documentation

KJSEmbed::Bindings::JSBindingPlugin::JSBindingPlugin QObject *    parent,
const char *    name,
const QStringList &    args
 

virtual KJSEmbed::Bindings::JSBindingPlugin::~JSBindingPlugin   [virtual]
 


Member Function Documentation

virtual KJS::Object KJSEmbed::Bindings::JSBindingPlugin::createBinding KJSEmbedPart   jspart,
KJS::ExecState *    exec,
const KJS::List &    args
const [pure virtual]
 

This method is called by the KJSFactory to bootstrap the plugin.

Plugin developers will want to use this method to create their QObject binding, or call their addBindings() method in their JSOpaque proxy or JSValueProxy.

The value returned from ths function is the KJS::Object that represents the proxy arround the added object.


The documentation for this class was generated from the following file:
Generated on Sun Jan 11 02:29:54 2004 for KJSEmbed by doxygen1.2.18