KParts
Script Value Types
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 17:51:39 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 17:51:39 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.