Kross
kjsscript.h
Go to the documentation of this file.
The KjsScript class implements Kross::Script to provide scripts for the KDE JavaScript interpreter ba...
Definition: kjsscript.h:35
Base class for interpreter dependent functionality each script provides.
Definition: core/script.h:43
virtual QVariant callFunction(const QString &name, const QVariantList &args=QVariantList())
Call a function in the script.
Definition: kjsscript.cpp:377
const char * name(StandardAction id)
KjsScript(Kross::Interpreter *interpreter, Kross::Action *action)
Constructor.
Definition: kjsscript.cpp:162
virtual QVariant evaluate(const QByteArray &code)
Evaluate some scripting code.
Definition: kjsscript.cpp:437
The Action class is an abstract container to deal with scripts like a single standalone script file...
Definition: action.h:94
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:54 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:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.