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());
Definition: action.cpp:36
The Action class is an abstract container to deal with scripts like a single standalone script file.
Definition: action.h:99
The InterpreterInfo class provides abstract information about a Interpreter before the interpreter-ba...
Definition: core/interpreter.h:44
Each interpreter is able to define options we could use to manipulate the interpreter behaviour.
Definition: core/interpreter.h:52
virtual Script * createScript(Action *Action)=0
Create and return a new interpreter dependent Script instance.
Base class for interpreter dependent functionality each script provides.
Definition: core/script.h:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.