kjsembed
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
KJSEmbed::ValueBinding Class Reference
#include <value_binding.h>
Inheritance diagram for KJSEmbed::ValueBinding:
Public Member Functions | |
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 |
Static Public Member Functions | |
template<typename T > | |
static T | castValue (ValueBinding *imp) |
Static Public Attributes | |
static const KJS::ClassInfo | info = { "ValueBinding", 0, 0, 0 } |
Detailed Description
Value binding implementation.
Definition at line 103 of file value_binding.h.
Constructor & Destructor Documentation
template<typename T >
|
inline |
Definition at line 107 of file value_binding.h.
ValueBinding::ValueBinding | ( | KJS::ExecState * | exec, |
const char * | typeName | ||
) |
Definition at line 53 of file value_binding.cpp.
|
virtual |
Definition at line 61 of file value_binding.cpp.
Member Function Documentation
template<typename T >
|
inlinestatic |
Definition at line 144 of file value_binding.h.
|
inline |
Definition at line 118 of file value_binding.h.
template<typename T >
|
inline |
Set the internal value.
Definition at line 137 of file value_binding.h.
KJS::UString ValueBinding::toString | ( | KJS::ExecState * | exec | ) | const |
Definition at line 66 of file value_binding.cpp.
template<typename T >
|
inline |
Returns the stored value.
Definition at line 124 of file value_binding.h.
Member Data Documentation
|
static |
Definition at line 152 of file value_binding.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.