Script Value Types
Values are passed to and from scriptable methods or properties as QVariants. More...
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... | |
| struct | KParts::ScriptableExtension::Undefined |
| Corresponds to 'undefined' in JavaScript. More... | |
Detailed Description
Values are passed to and from scriptable methods or properties as QVariants.
Valid values may be bools, strings, and numbers (doubles), as well as the following custom types:
KDE 4.6 API Reference