KateJScriptManager Class Reference
Inheritance diagram for KateJScriptManager:

Detailed Description
Definition at line 114 of file katejscript.h.
Public Member Functions | |
KateJScriptManager () | |
~KateJScriptManager () | |
bool | exec (class Kate::View *view, const QString &cmd, QString &errorMsg) |
bool | help (class Kate::View *view, const QString &cmd, QString &msg) |
QStringList | cmds () |
Member Function Documentation
bool KateJScriptManager::exec | ( | class Kate::View * | view, | |
const QString & | cmd, | |||
QString & | errorMsg | |||
) | [virtual] |
execute command
- Parameters:
-
view view to use for execution cmd cmd string errorMsg error to return if no success
- Returns:
- success
Implements Kate::Command.
Definition at line 734 of file katejscript.cpp.
bool KateJScriptManager::help | ( | class Kate::View * | view, | |
const QString & | cmd, | |||
QString & | msg | |||
) | [virtual] |
get help for a command
- Parameters:
-
view view to use cmd cmd name msg help message
- Returns:
- help available or not
Implements Kate::Command.
Definition at line 776 of file katejscript.cpp.
QStringList KateJScriptManager::cmds | ( | ) | [virtual] |
supported commands as prefixes
- Returns:
- prefix list
Implements Kate::Command.
Definition at line 792 of file katejscript.cpp.
The documentation for this class was generated from the following files: