Kate
KateJScriptManager Class Reference
#include <katejscript.h>
Inheritance diagram for KateJScriptManager:
Public Member Functions | |
QStringList | cmds () |
bool | exec (class Kate::View *view, const QString &cmd, QString &errorMsg) |
bool | help (class Kate::View *view, const QString &cmd, QString &msg) |
KateJScriptManager () | |
~KateJScriptManager () |
Detailed Description
Definition at line 114 of file katejscript.h.
Constructor & Destructor Documentation
KateJScriptManager::KateJScriptManager | ( | ) |
Definition at line 628 of file katejscript.cpp.
KateJScriptManager::~KateJScriptManager | ( | ) |
Definition at line 634 of file katejscript.cpp.
Member Function Documentation
QStringList KateJScriptManager::cmds | ( | ) | [virtual] |
supported commands as prefixes
- Returns:
- prefix list
Implements Kate::Command.
Definition at line 792 of file katejscript.cpp.
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.
The documentation for this class was generated from the following files: