Kross
qts-interpreter/script.h
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QStringList functionNames() override
Definition: qts-interpreter/script.cpp:226
The Action class is an abstract container to deal with scripts like a single standalone script file.
Definition: action.h:112
QVariant callFunction(const QString &name, const QVariantList &args=QVariantList()) override
Execute a function.
Definition: qts-interpreter/script.cpp:243
QVariant evaluate(const QByteArray &code) override
Evaluate some scripting code.
Definition: qts-interpreter/script.cpp:271
EcmaScript(Kross::Interpreter *interpreter, Kross::Action *action)
Constructor.
Definition: qts-interpreter/script.cpp:182
Base class for interpreter dependent functionality each script provides.
Definition: core/script.h:61
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 04:00:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 04:00:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.