Kate
KateCommands::Character Class Reference
insert a unicode or ascii character base 9+1: 1234 hex: 0x1234 or x1234 octal: 01231 More...
#include <katecmds.h>
Inheritance diagram for KateCommands::Character:

Public Member Functions | |
const QStringList & | cmds () |
bool | exec (class KTextEditor::View *view, const QString &cmd, QString &errorMsg) |
bool | help (class KTextEditor::View *, const QString &, QString &) |
Detailed Description
insert a unicode or ascii character base 9+1: 1234 hex: 0x1234 or x1234 octal: 01231prefixed with "char:"
Definition at line 162 of file katecmds.h.
Member Function Documentation
const QStringList& KateCommands::Character::cmds | ( | ) | [inline] |
bool KateCommands::Character::exec | ( | class KTextEditor::View * | view, | |
const QString & | cmd, | |||
QString & | errorMsg | |||
) |
execute command
- Parameters:
-
view view to use for execution cmd cmd string errorMsg error to return if no success
- Returns:
- success
Definition at line 616 of file katecmds.cpp.
bool KateCommands::Character::help | ( | class KTextEditor::View * | , | |
const QString & | , | |||
QString & | ||||
) | [inline] |
This command does not have help.
- See also:
- KTextEditor::Command::help
Definition at line 175 of file katecmds.h.
The documentation for this class was generated from the following files: