
Public Member Functions | |
| KeytabReader (QString p, QIODevice &d) | |
| void | getCc () |
| void | getSymbol () |
| void | parseTo (KeyTrans *kt) |
| void | ReportError (const char *msg) |
| void | ReportToken () |
| KeytabReader (QString p, QIODevice &d) | |
| void | getCc () |
| void | getSymbol () |
| void | parseTo (KeyTrans *kt) |
| void | ReportError (const char *msg) |
| void | ReportToken () |
Private Attributes | |
| int | sym |
| QString | res |
| int | len |
| int | slinno |
| int | scolno |
| int | cc |
| int | linno |
| int | colno |
| QIODevice * | buf |
| QString | path |
| QIODevice * | buf |
|
||||||||||||
|
Definition at line 167 of file keytrans.cpp. |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 174 of file keytrans.cpp. References buf, cc, colno, QIODevice::getch(), and linno. Referenced by getSymbol(), and parseTo(). |
|
|
|
|
|
Definition at line 182 of file keytrans.cpp. References cc, colno, convNibble, getCc(), inRange, isNibble, len, linno, res, scolno, slinno, sym, SYMEof, SYMEol, SYMError, SYMName, SYMOpr, and SYMString. Referenced by parseTo(). |
|
|
|
|
|
Definition at line 318 of file keytrans.cpp. References QString::ascii(), assertSyntax, bits, buf, QIODevice::close(), CMD_send, colno, ERROR, getCc(), getSymbol(), IO_ReadOnly, KeyTransSymbols::keysyms, QString::latin1(), linno, KeyTransSymbols::modsyms, on, QIODevice::open(), KeyTransSymbols::oprsyms, path, res, scolno, slinno, sym, SYMEof, SYMEol, SYMName, SYMOpr, and SYMString. Referenced by KeyTrans::fromDevice(). |
|
|
|
|
|
Definition at line 275 of file keytrans.cpp. References QString::ascii(), path, scolno, and slinno. |
|
|
|
|
|
Definition at line 258 of file keytrans.cpp. References i, QString::latin1(), len, QString::length(), printf, res, slinno, sym, SYMEof, SYMEol, SYMName, SYMOpr, and SYMString. |
|
|
Definition at line 162 of file keytrans.cpp. |
|
|
Definition at line 162 of file keytrans.cpp. Referenced by getCc(), KeytabReader(), and parseTo(). |
|
|
Definition at line 159 of file keytrans.cpp. Referenced by getCc(), getSymbol(), and KeytabReader(). |
|
|
Definition at line 161 of file keytrans.cpp. Referenced by getCc(), getSymbol(), and parseTo(). |
|
|
Definition at line 155 of file keytrans.cpp. Referenced by getSymbol(), and ReportToken(). |
|
|
Definition at line 160 of file keytrans.cpp. Referenced by getCc(), getSymbol(), and parseTo(). |
|
|
Definition at line 163 of file keytrans.cpp. Referenced by KeytabReader(), parseTo(), and ReportError(). |
|
|
Definition at line 154 of file keytrans.cpp. Referenced by getSymbol(), parseTo(), and ReportToken(). |
|
|
Definition at line 157 of file keytrans.cpp. Referenced by getSymbol(), parseTo(), and ReportError(). |
|
|
Definition at line 156 of file keytrans.cpp. Referenced by getSymbol(), parseTo(), ReportError(), and ReportToken(). |
|
|
Definition at line 153 of file keytrans.cpp. Referenced by getSymbol(), parseTo(), and ReportToken(). |
1.4.2