#include <qfile.h>#include <qtl.h>#include <math.h>#include <limits.h>#include <errno.h>#include <qdatastream.h>#include "qimpencombining.h"#include "qimpenchar.h"#include "opie2/odebug.h"Include dependency graph for qimpenchar.cpp:

Go to the source code of this file.
Defines | |
| #define | QIMPEN_MATCH_THRESHOLD 200000 |
Functions | |
| QDataStream & | operator<< (QDataStream &s, const QIMPenChar &ws) |
| QDataStream & | operator>> (QDataStream &s, QIMPenChar &ws) |
Variables | |
| const QIMPenSpecialKeys | qimpen_specialKeys [] |
|
|
Definition at line 31 of file qimpenchar.cpp. Referenced by QIMPenCharSet::match(). |
|
||||||||||||
|
Write the character's data to the stream. Definition at line 212 of file qimpenchar.cpp. |
|
||||||||||||
|
Read the character's data from the stream. Definition at line 231 of file qimpenchar.cpp. |
|
|
Initial value: {
{ Qt::Key_Escape, "[Esc]" },
{ Qt::Key_Tab, "[Tab]" },
{ Qt::Key_Backspace, "[BackSpace]" },
{ Qt::Key_Return, "[Return]" },
{ QIMPenChar::Caps, "[Uppercase]" },
{ QIMPenChar::CapsLock, "[Caps Lock]" },
{ QIMPenChar::Shortcut, "[Shortcut]" },
{ QIMPenChar::Punctuation, "[Punctuation]" },
{ QIMPenChar::Symbol, "[Symbol]" },
{ QIMPenChar::Extended, "[Extended]" },
{ Qt::Key_unknown, 0 } }
Definition at line 33 of file qimpenchar.cpp. Referenced by QIMPenInputCharDlg::addSpecial(), and QIMPenInputCharDlg::setSpecial(). |
1.4.2