#include "keyboard.h"#include <opie2/oresource.h>Include dependency graph for keyboard.cpp:

Go to the source code of this file.
Variables | |
| static const int | autorepeatDelaytime = 500 |
| static const int | autorepeatRate = 20 |
| static const int | mod1x1 = 0 |
| static const int | mod1x2 = 23 |
| static const int | mod1w = mod1x2 - mod1x1 |
| static const int | letterx1 = 27 |
| static const int | letterx2 = 129 |
| static const int | letterw = 17 |
| static const int | letterh = 14 |
| static const int | num1x1 = 130 |
| static const int | num1x2 = 137 |
| static const int | num1w = num1x2 - num1x1 |
| static const int | specialx1 = 138 |
| static const int | specialx2 = 170 |
| static const int | specialw = 16 |
| static const int | num2x1 = 171 |
| static const int | num2x2 = 178 |
| static const int | num2w = num2x2 - num2x1 |
| static const int | mod2x1 = 179 |
| static const int | mod2x2 = 203 |
| static const int | mod2w = mod2x2 - mod2x1 |
| static const int | cursorx1 = 207 |
| static const int | cursorw = 16 |
| static const int | myParenID = -10 |
| static const mapElement | mod1Map [] |
| static const uchar *const | letterMap [] |
| static const uchar *const | letterMapShift [] |
| static const uchar *const | num1Map = (const uchar *const)"12345" |
| static const uchar *const | specialMap [] |
| static const uchar *const | specialMapShift [] |
| static const uchar *const | specialMapParen [] |
| static const uchar *const | num2Map = (const uchar *const)"67890" |
| static const mapElement | mod2Map [] |
| static const int | cursorMap [][2] |
|
|
Definition at line 19 of file keyboard.cpp. Referenced by JumpX::Keyboard::mouseMoveEvent(), and JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 20 of file keyboard.cpp. Referenced by JumpX::Keyboard::delayTimerDone(). |
|
|
Initial value: {
{ Qt::Key_Home, Qt::Key_PageUp },
{ Qt::Key_End, Qt::Key_PageDown },
{ Qt::Key_Up, Qt::Key_Up },
{ Qt::Key_Left, Qt::Key_Right },
{ Qt::Key_Down, Qt::Key_Down },
}
Definition at line 119 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 48 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 47 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 29 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Initial value: {
(const uchar *const)"zvchwk",
(const uchar *const)"fitaly",
(const uchar *const)" ne ",
(const uchar *const)"gdorsb",
(const uchar *const)"qjumpx",
}
Definition at line 67 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Initial value: {
(const uchar *const)"ZVCHWK",
(const uchar *const)"FITALY",
(const uchar *const)" NE ",
(const uchar *const)"GDORSB",
(const uchar *const)"QJUMPX",
}
Definition at line 75 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 28 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 26 of file keyboard.cpp. Referenced by JumpX::Keyboard::Keyboard(), and JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 27 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Initial value: {
{ Qt::Key_Escape, 27 },
{ Qt::Key_Tab, 9 },
{ Qt::Key_Return, 13 },
{ Qt::Key_Alt, 0 },
{ Qt::Key_Control, 0 },
}
Definition at line 59 of file keyboard.cpp. |
|
|
Definition at line 24 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 22 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 23 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Initial value: {
{ Qt::Key_Backspace, 8 },
{ Qt::Key_Delete, 0 },
{ Qt::Key_Return, 13 },
{ Qt::Key_Shift, 0 },
{ myParenID, 0 },
}
Definition at line 111 of file keyboard.cpp. |
|
|
Definition at line 45 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 43 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 44 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 50 of file keyboard.cpp. Referenced by JumpX::Keyboard::mouseReleaseEvent(). |
|
|
Definition at line 83 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 33 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 31 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 32 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 109 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 41 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 39 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 40 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Initial value: {
(const uchar *const)"-+",
(const uchar *const)"*!",
(const uchar *const)",'",
(const uchar *const)".%",
(const uchar *const)"/$",
}
Definition at line 85 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Initial value: {
(const uchar *const)"()",
(const uchar *const)"[]",
(const uchar *const)"{}",
(const uchar *const)"<>",
(const uchar *const)"@~",
}
Definition at line 101 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Initial value: {
(const uchar *const)"_=",
(const uchar *const)"#?",
(const uchar *const)";\"",
(const uchar *const)":|",
(const uchar *const)"\\&",
}
Definition at line 93 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 37 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 35 of file keyboard.cpp. Referenced by JumpX::Keyboard::Keyboard(), and JumpX::Keyboard::mousePressEvent(). |
|
|
Definition at line 36 of file keyboard.cpp. Referenced by JumpX::Keyboard::mousePressEvent(). |
1.4.2