#include </home/clem/local/src/opie/inputmethods/keyboard/keyboard.h>
Collaboration diagram for KeyboardInput::Keyboard:

Signals | |
| void | key (ushort scancode, ushort unicode, ushort modifiers, bool, bool) |
Public Member Functions | |
| Keyboard (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| void | resetState () |
| void | mousePressEvent (QMouseEvent *) |
| void | mouseReleaseEvent (QMouseEvent *) |
| void | resizeEvent (QResizeEvent *) |
| void | paintEvent (QPaintEvent *e) |
| void | timerEvent (QTimerEvent *e) |
| void | drawKeyboard (QPainter &p, int key=-1) |
| void | setMode (int mode) |
| QSize | sizeHint () const |
Private Slots | |
| void | repeat () |
Private Member Functions | |
| int | getKey (int &w, int j=-1) |
| void | clearHighlight () |
Private Attributes | |
| uint | shift:1 |
| uint | lock:1 |
| uint | ctrl:1 |
| uint | alt:1 |
| uint | useLargeKeys:1 |
| uint | useOptiKeys:1 |
| int | pressedKey |
| KeyboardPicks * | picks |
| int | keyHeight |
| int | defaultKeyWidth |
| int | xoffs |
| int | unicode |
| int | qkeycode |
| int | modifiers |
| int | pressTid |
| bool | pressed |
| QTimer * | repeatTimer |
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 68 of file keyboard.h. References useOptiKeys. |
|
|
|
|
|
|
|
|
Definition at line 85 of file keyboard.h. |
|
|
Definition at line 84 of file keyboard.h. |
|
|
Definition at line 94 of file keyboard.h. |
|
|
Definition at line 93 of file keyboard.h. |
|
|
Definition at line 83 of file keyboard.h. |
|
|
Definition at line 99 of file keyboard.h. |
|
|
Definition at line 91 of file keyboard.h. |
|
|
Definition at line 102 of file keyboard.h. |
|
|
Definition at line 89 of file keyboard.h. |
|
|
Definition at line 101 of file keyboard.h. |
|
|
Definition at line 98 of file keyboard.h. |
|
|
Definition at line 104 of file keyboard.h. |
|
|
Definition at line 82 of file keyboard.h. |
|
|
Definition at line 97 of file keyboard.h. |
|
|
Definition at line 86 of file keyboard.h. |
|
|
Definition at line 87 of file keyboard.h. Referenced by setMode(). |
|
|
Definition at line 95 of file keyboard.h. |
1.4.2