kjsembed
iosupport.cpp
Go to the documentation of this file.
40 KJS::JSValue * callPrintLn( KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args )
46 KJS::JSValue * callDebug( KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args )
53 KJS::JSValue * callReadLine( KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args )
61 KJS::JSValue * callSystem( KJS::ExecState *exec, KJS::JSObject * /*self*/, const KJS::List &args )
KJS::JSValue * callPrintLn(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:40
KJS::JSValue * callSystem(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:61
QString readLine(qint64 maxlen)
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
KJS::JSValue * callPrint(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:34
KJS::JSValue * callDebug(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:46
void pop_front()
QByteArray readAll()
KJS::JSValue * callReadLine(KJS::ExecState *exec, KJS::JSObject *, const KJS::List &args)
Definition: iosupport.cpp:53
bool waitForStarted(int msecs)
Definition: variant_binding.cpp:130
char * data()
JSObject * throwError(ExecState *e, ErrorType t, const QString &m)
Definition: binding_support.h:241
void start(const QString &program, const QStringList &arguments, QFlags< QIODevice::OpenModeFlag > mode)
bool waitForFinished(int msecs)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.