kjsembed
KJSEmbed::VariantFactory Class Reference
#include <variant_binding.h>
Static Public Member Functions | |
static const Method * | methods () |
Static Public Attributes | |
static const Method | VariantMethods [] |
Detailed Description
Definition at line 247 of file variant_binding.h.
Member Function Documentation
◆ methods()
|
inlinestatic |
Definition at line 251 of file variant_binding.h.
Member Data Documentation
◆ VariantMethods
|
static |
Initial value:
=
{
{"cast", 1, KJS::DontDelete|KJS::ReadOnly|KJS::DontEnum, &callCast },
{"toString", 0, KJS::DontDelete|KJS::ReadOnly|KJS::DontEnum, &callToString },
{0, 0, 0, 0 }
}
KJS::JSValue * callToString(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: variant_binding.cpp:107
KJS::JSValue * callCast(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args)
Definition: variant_binding.cpp:93
Definition at line 250 of file variant_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.