Kate
KateCommands::AppCommands Class Reference
#include <katecmds.h>
Inheritance diagram for KateCommands::AppCommands:
Public Member Functions | |
~AppCommands () | |
const QStringList & | cmds () |
bool | exec (class KTextEditor::View *view, const QString &cmd, QString &msg) |
bool | help (class KTextEditor::View *, const QString &, QString &) |
Public Member Functions inherited from KTextEditor::Command | |
virtual | ~Command () |
Static Public Member Functions | |
static AppCommands * | self () |
Detailed Description
This KTextEditor::Command provides vi commands for the application.
Definition at line 175 of file katecmds.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 181 of file katecmds.h.
Member Function Documentation
|
virtual |
supported commands as prefixes
- Returns
- prefix list
Implements KTextEditor::Command.
Definition at line 808 of file katecmds.cpp.
|
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 825 of file katecmds.cpp.
|
virtual |
|
inlinestatic |
Definition at line 201 of file katecmds.h.
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:55 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:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.