kjsembed
KJSEmbed::DomTextBinding Class Reference
#include <dom.h>
Inheritance diagram for KJSEmbed::DomTextBinding:
Public Member Functions | |
DomTextBinding (KJS::ExecState *exec, const QDomText &value) | |
Public Member Functions inherited from KJSEmbed::ValueBinding | |
template<typename T > | |
ValueBinding (KJS::ExecState *exec, const char *typeName, T val) | |
ValueBinding (KJS::ExecState *exec, const char *typeName) | |
virtual | ~ValueBinding () |
KJS::UString | className () const |
template<typename T > | |
void | setValue (const T &val) |
KJS::UString | toString (KJS::ExecState *exec) const |
template<typename T > | |
T | value () const |
Public Member Functions inherited from KJSEmbed::ProxyBinding | |
ProxyBinding (KJS::ExecState *exec) | |
virtual | ~ProxyBinding () |
bool | implementsCall () const |
bool | implementsConstruct () const |
Additional Inherited Members | |
Static Public Member Functions inherited from KJSEmbed::ValueBinding | |
template<typename T > | |
static T | castValue (ValueBinding *imp) |
Static Public Attributes inherited from KJSEmbed::ValueBinding | |
static const KJS::ClassInfo | info = { "ValueBinding", 0, 0, 0 } |
Detailed Description
Constructor & Destructor Documentation
DomTextBinding::DomTextBinding | ( | KJS::ExecState * | exec, |
const QDomText & | value | ||
) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.