scriptableextension.h File Reference
#include <QtGlobal>#include <QObject>#include <QVariant>#include <kparts/part.h>
Include dependency graph for scriptableextension.h:

This graph shows which files directly or indirectly include this file:

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) |
KDE 4.6 API Reference