Kross
core/script.h
Go to the documentation of this file.
92 virtual QVariant callFunction(const QString& name, const QVariantList& args = QVariantList()) = 0;
The Action class is an abstract container to deal with scripts like a single standalone script file.
Definition action.h:99
virtual QVariant callFunction(const QString &name, const QVariantList &args=QVariantList())=0
Call a function in the script.
virtual QStringList functionNames()=0
virtual QVariant evaluate(const QByteArray &code)=0
Evaluate some scripting code.
Definition action.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.