Kate
KateCommands::Character Class Reference
#include <katecmds.h>
Inheritance diagram for KateCommands::Character:
Public Member Functions | |
~Character () | |
const QStringList & | cmds () |
bool | exec (class KTextEditor::View *view, const QString &cmd, QString &errorMsg) |
bool | help (class KTextEditor::View *, const QString &, QString &) |
Public Member Functions inherited from KTextEditor::Command | |
virtual | ~Command () |
Static Public Member Functions | |
static Character * | self () |
Detailed Description
insert a unicode or ascii character base 9+1: 1234 hex: 0x1234 or x1234 octal: 01231
prefixed with "char:"
Definition at line 317 of file katecmds.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 323 of file katecmds.h.
Member Function Documentation
|
inlinevirtual |
supported commands as prefixes
- Returns
- prefix list
Implements KTextEditor::Command.
Definition at line 341 of file katecmds.h.
|
virtual |
execute command
- Parameters
-
view view to use for execution cmd cmd string errorMsg error to return if no success
- Returns
- success
Implements KTextEditor::Command.
Definition at line 1164 of file katecmds.cpp.
|
virtual |
This command does not have help.
- See also
- KTextEditor::Command::help
Implements KTextEditor::Command.
Definition at line 1150 of file katecmds.cpp.
|
inlinestatic |
Definition at line 343 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.