kjsembed
variant_binding.cpp File Reference
#include "variant_binding.h"#include <stdlib.h>#include <kjs/PropertyNameArray.h>#include <kjs/array_instance.h>#include <QtCore/QBitRef>#include <QtCore/QByteRef>#include <QtCore/QDebug>#include <QtCore/QObject>#include <QtGui/QWidget>#include "kjseglobal.h"#include "static_binding.h"#include "qobject_binding.h"Go to the source code of this file.
Enumerations | |
| enum | JavaScriptArrayType { None, List, Map } |
Functions | |
| KJS::JSValue * | callCast (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
| KJS::JSValue * | callName (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
| KJS::JSValue * | callToString (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
| JavaScriptArrayType | checkArray (KJS::ExecState *exec, KJS::JSValue *val) |
| QDateTime | convertDateToDateTime (KJS::ExecState *exec, KJS::JSValue *value) |
Enumeration Type Documentation
| enum JavaScriptArrayType |
Definition at line 130 of file variant_binding.cpp.
Function Documentation
| KJS::JSValue* callCast | ( | KJS::ExecState * | exec, | |
| KJS::JSObject * | self, | |||
| const KJS::List & | args | |||
| ) |
Definition at line 93 of file variant_binding.cpp.
| KJS::JSValue* callName | ( | KJS::ExecState * | exec, | |
| KJS::JSObject * | self, | |||
| const KJS::List & | args | |||
| ) |
Definition at line 86 of file variant_binding.cpp.
| KJS::JSValue* callToString | ( | KJS::ExecState * | exec, | |
| KJS::JSObject * | self, | |||
| const KJS::List & | args | |||
| ) |
Definition at line 107 of file variant_binding.cpp.
| JavaScriptArrayType checkArray | ( | KJS::ExecState * | exec, | |
| KJS::JSValue * | val | |||
| ) |
Definition at line 132 of file variant_binding.cpp.
| QDateTime convertDateToDateTime | ( | KJS::ExecState * | exec, | |
| KJS::JSValue * | value | |||
| ) |
Definition at line 229 of file variant_binding.cpp.
KDE 4.3 API Reference