Searched refs:keyEvent (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/ |
| H A D | keytest.cpp | 93 connect (m_notifyObject, SIGNAL(activated(int)), this, SLOT(keyEvent())); in Keytest() 107 void Keytest::keyEvent() in keyEvent() function in Keytest
|
| H A D | keytest.h | 40 void keyEvent();
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/keypad/ |
| H A D | keytest.cpp | 93 connect (m_notifyObject, SIGNAL(activated(int)), this, SLOT(keyEvent())); in Keytest() 107 void Keytest::keyEvent() in keyEvent() function in Keytest
|
| H A D | keytest.h | 41 void keyEvent();
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | plaininputmethod.h | 50 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
|
| H A D | defaultinputmethod.h | 49 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
|
| H A D | openwnninputmethod.h | 52 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
|
| H A D | pinyininputmethod.h | 53 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
|
| H A D | tcinputmethod.h | 56 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
|
| H A D | t9writeinputmethod.h | 52 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
|
| H A D | inputmethod.h | 52 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
|
| H A D | abstractinputmethod.h | 65 virtual bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers) = 0;
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbActions.c | 1311 Bool keyEvent; in XkbHandleActions() local 1327 keyEvent = ((event->type == ET_KeyPress) || (event->type == ET_KeyRelease)); in XkbHandleActions() 1332 if (keyEvent) in XkbHandleActions() 1344 if (!keyEvent) in XkbHandleActions() 1376 if (keyEvent) in XkbHandleActions() 1386 else if (keyEvent) { in XkbHandleActions()
|