kjsembed
KJSEmbed::ValueFactory Class Reference
#include <value_binding.h>
Static Public Member Functions | |
static const Method * | methods () |
Static Public Attributes | |
static const Method | ValueMethods [] |
Detailed Description
The Bindings for the KJSEmbed::ValueBinding.
Definition at line 93 of file value_binding.h.
Member Function Documentation
◆ methods()
|
static |
Definition at line 48 of file value_binding.cpp.
Member Data Documentation
◆ ValueMethods
|
static |
Initial value:
=
{
{"type", 0, KJS::DontDelete|KJS::ReadOnly, &callValueType },
{0, 0, 0, 0 }
}
KJS::JSValue * callValueType(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: value_binding.cpp:29
Definition at line 96 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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.