#include </home/clem/local/src/opie/examples/inputmethod/exampleboardimpl.h>
Signals | |
| void | key (ushort, ushort, ushort, bool, bool) |
Public Member Functions | |
| ExampleBoard (QWidget *par, WFlags f) | |
| ~ExampleBoard () | |
| void | resetState () |
Private Slots | |
| void | slotKey (int) |
| void | slotShift (bool) |
| void | slotAlt (bool) |
| void | slotCtrl (bool) |
Private Attributes | |
| int | m_state |
| QCheckBox * | m_alt |
| QCheckBox * | m_shi |
| QCheckBox * | m_ctrl |
|
||||||||||||
|
Definition at line 11 of file exampleboardimpl.cpp. References m_alt, m_ctrl, m_shi, resetState(), slotAlt(), slotCtrl(), slotKey(), slotShift(), and tr. |
|
|
Definition at line 45 of file exampleboardimpl.cpp. |
|
||||||||||||||||||||||||
|
Referenced by slotKey(). |
|
|
Definition at line 48 of file exampleboardimpl.cpp. References m_alt, m_ctrl, m_shi, and m_state. Referenced by ExampleBoard(), and ExampleboardImpl::resetState(). |
|
|
Definition at line 79 of file exampleboardimpl.cpp. References m_state. Referenced by ExampleBoard(). |
|
|
Definition at line 86 of file exampleboardimpl.cpp. References m_state. Referenced by ExampleBoard(). |
|
|
Definition at line 55 of file exampleboardimpl.cpp. References key(), and m_state. Referenced by ExampleBoard(). |
|
|
Definition at line 72 of file exampleboardimpl.cpp. References m_state. Referenced by ExampleBoard(). |
|
|
Definition at line 25 of file exampleboardimpl.h. Referenced by ExampleBoard(), and resetState(). |
|
|
Definition at line 25 of file exampleboardimpl.h. Referenced by ExampleBoard(), and resetState(). |
|
|
Definition at line 25 of file exampleboardimpl.h. Referenced by ExampleBoard(), and resetState(). |
|
|
Definition at line 24 of file exampleboardimpl.h. Referenced by resetState(), slotAlt(), slotCtrl(), slotKey(), and slotShift(). |
1.4.2