KateCommands::CoreCommands Class Reference
This Kate::Command provides access to a lot of the core functionality of kate part, settings, utilities, navigation etc. More...
#include <katecmds.h>
Inheritance diagram for KateCommands::CoreCommands:


Public Member Functions | |
bool | exec (class Kate::View *view, const QString &cmd, QString &errorMsg) |
bool | help (class Kate::View *, const QString &, QString &) |
QStringList | cmds () |
Detailed Description
This Kate::Command provides access to a lot of the core functionality of kate part, settings, utilities, navigation etc.it needs to get a kateview pointer, it will cast the kate::view pointer hard to kateview
Definition at line 36 of file katecmds.h.
Member Function Documentation
|
execute command
Implements Kate::Command. Definition at line 76 of file katecmds.cpp. |
|
Shows help for the given view and cmd string, return a bool about success, msg for status.
Implements Kate::Command. Definition at line 48 of file katecmds.h. |
|
supported commands as prefixes
Implements Kate::Command. Definition at line 62 of file katecmds.cpp. |
The documentation for this class was generated from the following files: