KJS-API
#include "kjsobject.h"#include "kjsprototype.h"#include "kjsarguments.h"#include "kjsinterpreter.h"#include "qtest_kde.h"#include "kjsapitest.moc"Go to the source code of this file.
Functions | |
| static KJSObject | getX (KJSContext *, void *object) |
| static KJSObject | multiply (KJSContext *context, void *object, const KJSArguments &arguments) |
| static void | setX (KJSContext *context, void *object, KJSObject value) |
Variables | |
| static struct O | o0 = { 42 } |
Function Documentation
◆ getX()
|
static |
Definition at line 189 of file kjsapitest.cpp.
◆ multiply()
|
static |
Definition at line 226 of file kjsapitest.cpp.
◆ setX()
|
static |
Definition at line 196 of file kjsapitest.cpp.
Variable Documentation
◆ o0
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.