kjsembed
binding_support.cpp File Reference
#include "binding_support.h"
#include <kjs/interpreter.h>
Include dependency graph for binding_support.cpp:

Go to the source code of this file.
Functions | |
| KJS::JSValue * | KJSEmbed::createBool (KJS::ExecState *exec, bool value) |
| KJS::JSValue * | KJSEmbed::createDouble (KJS::ExecState *exec, double value) |
| KJS::JSValue * | KJSEmbed::createFloat (KJS::ExecState *exec, float value) |
| KJS::JSValue * | KJSEmbed::createInt (KJS::ExecState *exec, int value) |
| KJS::JSValue * | KJSEmbed::createQByteArray (KJS::ExecState *exec, const QByteArray &value) |
| KJS::JSValue * | KJSEmbed::createQDate (KJS::ExecState *exec, const QDate &value) |
| KJS::JSValue * | KJSEmbed::createQDateTime (KJS::ExecState *exec, const QDateTime &value) |
| KJS::JSValue * | KJSEmbed::createQString (KJS::ExecState *exec, const QString &value) |
| KJS::JSValue * | KJSEmbed::createQStringList (KJS::ExecState *exec, const QStringList &value) |
| KJS::JSValue * | KJSEmbed::createQTime (KJS::ExecState *exec, const QTime &value) |
| bool | KJSEmbed::extractBool (KJS::ExecState *exec, KJS::JSValue *value, bool defaultValue=false) |
| bool | KJSEmbed::extractBool (KJS::ExecState *exec, const KJS::List &args, int idx, bool defaultValue=false) |
| double | KJSEmbed::extractDouble (KJS::ExecState *exec, KJS::JSValue *value, double defaultValue=0) |
| double | KJSEmbed::extractDouble (KJS::ExecState *exec, const KJS::List &args, int idx, double defaultValue=0) |
| float | KJSEmbed::extractFloat (KJS::ExecState *exec, KJS::JSValue *value, float defaultValue=0) |
| float | KJSEmbed::extractFloat (KJS::ExecState *exec, const KJS::List &args, int idx, float defaultValue=0) |
| int | KJSEmbed::extractInt (KJS::ExecState *exec, KJS::JSValue *value, int defaultValue=0) |
| int | KJSEmbed::extractInt (KJS::ExecState *exec, const KJS::List &args, int idx, int defaultValue=0) |
| QByteArray | KJSEmbed::extractQByteArray (KJS::ExecState *exec, KJS::JSValue *value, const QByteArray &defaultValue=QByteArray()) |
| QByteArray | KJSEmbed::extractQByteArray (KJS::ExecState *exec, const KJS::List &args, int idx, const QByteArray &defaultValue=QByteArray()) |
| QDate | KJSEmbed::extractQDate (KJS::ExecState *exec, KJS::JSValue *value, const QDate &defaultValue=QDate()) |
| QDate | KJSEmbed::extractQDate (KJS::ExecState *exec, const KJS::List &args, int idx, const QDate &defaultValue=QDate()) |
| QDateTime | KJSEmbed::extractQDateTime (KJS::ExecState *exec, KJS::JSValue *value, const QDateTime &defaultValue=QDateTime()) |
| QDateTime | KJSEmbed::extractQDateTime (KJS::ExecState *exec, const KJS::List &args, int idx, const QDateTime &defaultValue=QDateTime()) |
| QString | KJSEmbed::extractQString (KJS::ExecState *exec, KJS::JSValue *value, const QString defaultValue=QString()) |
| QString | KJSEmbed::extractQString (KJS::ExecState *exec, const KJS::List &args, int idx, const QString defaultValue=QString()) |
| QStringList | KJSEmbed::extractQStringList (KJS::ExecState *exec, KJS::JSValue *value, const QStringList &defaultValue=QStringList()) |
| QStringList | KJSEmbed::extractQStringList (KJS::ExecState *exec, const KJS::List &args, int idx, const QStringList &defaultValue=QStringList()) |
| QTime | KJSEmbed::extractQTime (KJS::ExecState *exec, KJS::JSValue *value, const QTime &defaultValue=QTime()) |
| QTime | KJSEmbed::extractQTime (KJS::ExecState *exec, const KJS::List &args, int idx, const QTime &defaultValue=QTime()) |
KDE 4.1 API Reference