Kross
core/interpreter.h
Go to the documentation of this file.
102 InterpreterInfo(const QString& interpretername, void* funcPtr, const QString& wildcard, const QStringList& mimetypes, const Option::Map& options = Option::Map());
148 const QVariant optionValue(const QString& name, const QVariant& defaultvalue = QVariant()) const;
The Action class is an abstract container to deal with scripts like a single standalone script file.
Definition action.h:99
Each interpreter is able to define options we could use to manipulate the interpreter behaviour.
Definition core/interpreter.h:52
The InterpreterInfo class provides abstract information about a Interpreter before the interpreter-ba...
Definition core/interpreter.h:44
Option * option(const QString &name) const
Definition core/interpreter.cpp:96
InterpreterInfo(const QString &interpretername, void *funcPtr, const QString &wildcard, const QStringList &mimetypes, const Option::Map &options=Option::Map())
Constructor.
Definition core/interpreter.cpp:58
bool hasOption(const QString &name) const
Definition core/interpreter.cpp:91
const QStringList mimeTypes() const
List of mimetypes this interpreter supports.
Definition core/interpreter.cpp:86
const QVariant optionValue(const QString &name, const QVariant &defaultvalue=QVariant()) const
Definition core/interpreter.cpp:106
const QString interpreterName() const
Definition core/interpreter.cpp:76
virtual Script * createScript(Action *Action)=0
Create and return a new interpreter dependent Script instance.
InterpreterInfo * interpreterInfo() const
Definition core/interpreter.cpp:172
The Manager class is a singleton that provides the main entry point to deal with the Kross Scripting ...
Definition manager.h:53
Base class for interpreter dependent functionality each script provides.
Definition core/script.h:44
Definition action.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.