Kate
katetemplatescript.cpp
Go to the documentation of this file.
33 QString KateTemplateScript::invoke(KateView* view, const QString& functionName, const QString &srcText) {
KateScript objects represent a script that can be executed and inspected.
Definition: katescript.h:106
KateTemplateScript(const QString &script)
Definition: katetemplatescript.cpp:28
virtual ~KateTemplateScript()
Definition: katetemplatescript.cpp:31
void clearExceptions()
Clears any uncaught exceptions in the script engine.
Definition: katescript.cpp:128
Definition: kateview.h:78
QString invoke(KateView *view, const QString &functionName, const QString &srcText)
Definition: katetemplatescript.cpp:33
bool setView(KateView *view)
set view for this script for the execution will trigger load!
Definition: katescript.cpp:219
void displayBacktrace(const QScriptValue &error, const QString &header=QString())
Displays the backtrace when a script has errored out.
Definition: katescript.cpp:119
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 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:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.