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"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
◆ callAlert()
| KJS::JSValue* callAlert | ( | KJS::ExecState * | exec, |
| KJS::JSObject * | self, | ||
| const KJS::List & | args | ||
| ) |
Definition at line 147 of file builtins.cpp.
◆ callConfirm()
| KJS::JSValue* callConfirm | ( | KJS::ExecState * | exec, |
| KJS::JSObject * | self, | ||
| const KJS::List & | args | ||
| ) |
Definition at line 159 of file builtins.cpp.
◆ callDump()
| KJS::JSValue* callDump | ( | KJS::ExecState * | exec, |
| KJS::JSObject * | self, | ||
| const KJS::List & | args | ||
| ) |
Definition at line 52 of file builtins.cpp.
◆ callExec()
| KJS::JSValue* callExec | ( | KJS::ExecState * | exec, |
| KJS::JSObject * | self, | ||
| const KJS::List & | args | ||
| ) |
Definition at line 44 of file builtins.cpp.
◆ callInclude()
| KJS::JSValue* callInclude | ( | KJS::ExecState * | exec, |
| KJS::JSObject * | self, | ||
| const KJS::List & | args | ||
| ) |
Definition at line 63 of file builtins.cpp.
◆ callIsObject()
| KJS::JSValue* callIsObject | ( | KJS::ExecState * | exec, |
| KJS::JSObject * | self, | ||
| const KJS::List & | args | ||
| ) |
Definition at line 197 of file builtins.cpp.
◆ callIsVariant()
| KJS::JSValue* callIsVariant | ( | KJS::ExecState * | exec, |
| KJS::JSObject * | self, | ||
| const KJS::List & | args | ||
| ) |
Definition at line 183 of file builtins.cpp.
◆ callIsVariantType()
| KJS::JSValue* callIsVariantType | ( | KJS::ExecState * | exec, |
| KJS::JSObject * | self, | ||
| const KJS::List & | args | ||
| ) |
Definition at line 172 of file builtins.cpp.
◆ callLibrary()
| 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-2020 The KDE developers.
Generated on Sat Jan 18 2020 18:59:42 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 18:59:42 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.