Kate
KateCommands::AppCommands Class Reference
This KTextEditor::Command provides vi commands for the application. More...
#include <katecmds.h>
Inheritance diagram for KateCommands::AppCommands:

Public Member Functions | |
| AppCommands () | |
| virtual | ~AppCommands () |
| const QStringList & | cmds () |
| bool | exec (class KTextEditor::View *view, const QString &cmd, QString &msg) |
| bool | help (class KTextEditor::View *, const QString &, QString &) |
Detailed Description
This KTextEditor::Command provides vi commands for the application.
Definition at line 145 of file katecmds.h.
Constructor & Destructor Documentation
| KateCommands::AppCommands::AppCommands | ( | ) |
Definition at line 453 of file katecmds.cpp.
| virtual KateCommands::AppCommands::~AppCommands | ( | ) | [inline, virtual] |
Definition at line 149 of file katecmds.h.
Member Function Documentation
| const QStringList & KateCommands::AppCommands::cmds | ( | ) | [virtual] |
supported commands as prefixes
- Returns:
- prefix list
Implements KTextEditor::Command.
Definition at line 465 of file katecmds.cpp.
| bool KateCommands::AppCommands::exec | ( | class KTextEditor::View * | view, |
| const QString & | cmd, | ||
| QString & | msg | ||
| ) | [virtual] |
execute command
- Parameters:
-
view view to use for execution cmd cmd string msg message returned from running the command
- Returns:
- success
Implements KTextEditor::Command.
Definition at line 478 of file katecmds.cpp.
| bool KateCommands::AppCommands::help | ( | class KTextEditor::View * | view, |
| const QString & | cmd, | ||
| QString & | msg | ||
| ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.6 API Reference