KParts
scriptableextension.h File Reference
Go to the source code of this file.
Classes | |
struct | KParts::ScriptableExtension::Exception |
Returned from operations to denote a failure. More... | |
struct | KParts::ScriptableExtension::FunctionRef |
Function references are a pair of an object and a field in it. More... | |
struct | KParts::ScriptableExtension::Null |
Corresponds to 'null' in JavaScript. More... | |
struct | KParts::ScriptableExtension::Object |
Objects are abstracted away as a pair of the ScriptableExtension the performs operations on it, and an implementation-specific Id, which gets passed to the extension's methods. More... | |
class | KParts::ScriptableExtension |
An extension class that permits KParts to be scripted (such as when embedded inside a KHTMLPart) and to access the host's scriptable objects as well. More... | |
struct | KParts::ScriptableExtension::Undefined |
Corresponds to 'undefined' in JavaScript. More... |
Namespaces | |
namespace | KParts |
Functions | |
unsigned int | KParts::qHash (const KParts::ScriptableExtension::Object &o) |
unsigned int | KParts::qHash (const KParts::ScriptableExtension::FunctionRef &f) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sun Apr 28 2013 14:28:35 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sun Apr 28 2013 14:28:35 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.