KateViKeyParser Class Reference
for encoding keypresses w/ modifiers into an internal QChar representation and back again to a descriptive text string More...
#include <katevikeyparser.h>
Public Member Functions | |
| const QString | decodeKeySequence (const QString &keys) const |
| const QString | encodeKeySequence (const QString &keys) const |
| const QChar | KeyEventToQChar (int keyCode, const QString &text, Qt::KeyboardModifiers mods, quint32 nativeScanCode) const |
| QString | qt2vi (int key) const |
| char | scanCodeToChar (quint32 code, Qt::KeyboardModifiers modifiers, bool isLetter) const |
| int | vi2qt (const QString &keypress) const |
Static Public Member Functions | |
| static KateViKeyParser * | getInstance () |
Detailed Description
for encoding keypresses w/ modifiers into an internal QChar representation and back again to a descriptive text string
Definition at line 34 of file katevikeyparser.h.
Member Function Documentation
Definition at line 589 of file katevikeyparser.cpp.
Definition at line 495 of file katevikeyparser.cpp.
| KateViKeyParser * KateViKeyParser::getInstance | ( | ) | [static] |
Definition at line 37 of file katevikeyparser.cpp.
| const QChar KateViKeyParser::KeyEventToQChar | ( | int | keyCode, |
| const QString & | text, | ||
| Qt::KeyboardModifiers | mods, | ||
| quint32 | nativeScanCode | ||
| ) | const |
Definition at line 739 of file katevikeyparser.cpp.
| QString KateViKeyParser::qt2vi | ( | int | key | ) | const |
Definition at line 484 of file katevikeyparser.cpp.
| char KateViKeyParser::scanCodeToChar | ( | quint32 | code, |
| Qt::KeyboardModifiers | modifiers, | ||
| bool | isLetter | ||
| ) | const |
Definition at line 631 of file katevikeyparser.cpp.
| int KateViKeyParser::vi2qt | ( | const QString & | keypress | ) | const |
Definition at line 489 of file katevikeyparser.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference