kjsembed
builtins.cpp File Reference
#include "builtins.h"
#include <QtCore/QCoreApplication>
#include <QtCore/QFile>
#include <QtGui/QMessageBox>
#include <QtCore/QTextStream>
#include <QtCore/QDebug>
#include <QtCore/QMetaType>
#include <kstandarddirs.h>
#include "variant_binding.h"
#include "object_binding.h"
#include "static_binding.h"
#include "kjsembed.h"
Include dependency graph for builtins.cpp:
Go to the source code of this file.
Functions | |
KJS::JSValue * | callAlert (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | callConfirm (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | callDump (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | callExec (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | callInclude (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | callIsObject (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | callIsVariant (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | callIsVariantType (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | callLibrary (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
Function Documentation
KJS::JSValue* callAlert | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 147 of file builtins.cpp.
KJS::JSValue* callConfirm | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 159 of file builtins.cpp.
KJS::JSValue* callDump | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 52 of file builtins.cpp.
KJS::JSValue* callExec | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 44 of file builtins.cpp.
KJS::JSValue* callInclude | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 63 of file builtins.cpp.
KJS::JSValue* callIsObject | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 197 of file builtins.cpp.
KJS::JSValue* callIsVariant | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 183 of file builtins.cpp.
KJS::JSValue* callIsVariantType | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 172 of file builtins.cpp.
KJS::JSValue* callLibrary | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 103 of file builtins.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 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:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.