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

KJSEmbed Namespace Reference

Namespace containing the KJSEmbed library. More...


Compounds

class  KJSEmbed::JSFactory
 Factory class for KJSEmbed. More...

class  KJSEmbed::JSConsolePlugin
 A KParts::Plugin that provides a console for executing Javascript commands. More...

class  KJSEmbed::JSConsoleWidget
 A QWidget that provides a console for executing Javascript commands. More...

class  KJSEmbed::JSObjectProxy
 A JS object that provides a binding to a QObject. More...

class  KJSEmbed::KJSEmbedPart
 A KPart for embedding KJS in an application. More...

class  KJSEmbed::JSSecurityPolicy
 Implements the default security policy. More...

class  KJSEmbed::XMLActionScript
 Represents a script. More...

class  KJSEmbed::XMLActionRunner
 Abstract class implemented by classes that can run scripts. More...

class  KJSEmbed::XMLActionClient
 Loads actions from an XML file using SAX. More...

class  KJSEmbed::XMLActionHandler
 SAX handler for loading actions from XML. More...

struct  KJSEmbed::XMLActionHandler::XMLActionData
 Structure containing information gathered about an action. More...


Functions

KJS::Value convertToValue (const QVariant &val)
QVariant convertToVariant (KJS::ExecState *state, const KJS::Value &v)
QString dumpObject (KJS::ExecState *state, KJS::Object &obj)


Detailed Description

Namespace containing the KJSEmbed library.

Function Documentation

KJS::Value convertToValue const QVariant & val
 

Converts a QVariant to the closest possible KJS::Value.

QVariant convertToVariant KJS::ExecState * state,
const KJS::Value & v
 

Converts a KJS::Value to the closest possible QVariant.


Generated at Sat Feb 1 03:23:36 2003 for KJSEmbed by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001