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) |
|
Converts a QVariant to the closest possible KJS::Value.
|
|
Converts a KJS::Value to the closest possible QVariant.
|