Kate
KateScriptConsoleEngine Class Reference
#include <katescriptconsole.h>
Public Member Functions | |
KateScriptConsoleEngine (KateView *view) | |
virtual | ~KateScriptConsoleEngine () |
const QString & | execute (const QString &text) |
Detailed Description
Manage JavaScript, allowing the user directly type commands as in KateCommnadLineBar environment.
It also allows the user to define his own JavaScript functions and to redefine each one of them.
Definition at line 39 of file katescriptconsole.h.
Constructor & Destructor Documentation
KateScriptConsoleEngine::KateScriptConsoleEngine | ( | KateView * | view | ) |
Constructor + Destructor.
Definition at line 40 of file katescriptconsole.cpp.
|
virtual |
Definition at line 46 of file katescriptconsole.cpp.
Member Function Documentation
Execute a command or a set of functions.
- Parameters
-
text text containing a command or a set of functions.
- Returns
- a printable message about the execution.
Definition at line 51 of file katescriptconsole.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 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:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.