kjsembed
iosupport.cpp File Reference
#include "iosupport.h"
#include "static_binding.h"
#include "kjseglobal.h"
#include <kjs/object.h>
#include <QtCore/QDebug>
#include <QtCore/QStringList>
#include <QtCore/QProcess>
Include dependency graph for iosupport.cpp:
Go to the source code of this file.
Functions | |
KJS::JSValue * | callDebug (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callPrint (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callPrintLn (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callReadLine (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
KJS::JSValue * | callSystem (KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args) |
Function Documentation
KJS::JSValue* callDebug | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 46 of file iosupport.cpp.
KJS::JSValue* callPrint | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 34 of file iosupport.cpp.
KJS::JSValue* callPrintLn | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 40 of file iosupport.cpp.
KJS::JSValue* callReadLine | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 53 of file iosupport.cpp.
KJS::JSValue* callSystem | ( | KJS::ExecState * | exec, |
KJS::JSObject * | , | ||
const KJS::List & | args | ||
) |
Definition at line 61 of file iosupport.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.