KJS-API
#include "kjsobject.h"
#include "kjsprototype.h"
#include "kjsarguments.h"
#include "kjsinterpreter.h"
#include "qtest_kde.h"
#include "kjsapitest.moc"
Include dependency graph for kjsapitest.cpp:
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
|
static |
Definition at line 189 of file kjsapitest.cpp.
|
static |
Definition at line 226 of file kjsapitest.cpp.
|
static |
Definition at line 196 of file kjsapitest.cpp.
Variable Documentation
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:58 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:48:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.