KJS-API
kjsapitest.cpp File Reference
#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 |
Function Documentation
| static KJSObject getX | ( | KJSContext * | , | |
| void * | object | |||
| ) | [static] |
Definition at line 189 of file kjsapitest.cpp.
| static KJSObject multiply | ( | KJSContext * | context, | |
| void * | object, | |||
| const KJSArguments & | arguments | |||
| ) | [static] |
Definition at line 226 of file kjsapitest.cpp.
| static void setX | ( | KJSContext * | context, | |
| void * | object, | |||
| KJSObject | value | |||
| ) | [static] |
Definition at line 196 of file kjsapitest.cpp.
Variable Documentation
struct O o0 [static] |
KDE 4.3 API Reference