Kate
KateCommands::AppCommands Class Reference
#include <katecmds.h>
Inherits Command.
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 &) |
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
const QStringList & KateCommands::AppCommands::cmds | ( | ) |
bool KateCommands::AppCommands::exec | ( | class KTextEditor::View * | view, |
const QString & | cmd, | ||
QString & | msg | ||
) |
execute command
- Parameters
-
view view to use for execution cmd cmd string msg message returned from running the command
- Returns
- success
Definition at line 825 of file katecmds.cpp.
bool KateCommands::AppCommands::help | ( | class KTextEditor::View * | view, |
const QString & | cmd, | ||
QString & | msg | ||
) |
Help for AppCommands.
Definition at line 851 of file katecmds.cpp.
|
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-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.