Home
last modified time | relevance | path

Searched refs:keyEvent (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/
H A Dkeytest.cpp93 connect (m_notifyObject, SIGNAL(activated(int)), this, SLOT(keyEvent())); in Keytest()
107 void Keytest::keyEvent() in keyEvent() function in Keytest
H A Dkeytest.h40 void keyEvent();
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/keypad/
H A Dkeytest.cpp93 connect (m_notifyObject, SIGNAL(activated(int)), this, SLOT(keyEvent())); in Keytest()
107 void Keytest::keyEvent() in keyEvent() function in Keytest
H A Dkeytest.h41 void keyEvent();
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dplaininputmethod.h50 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
H A Ddefaultinputmethod.h49 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
H A Dopenwnninputmethod.h52 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
H A Dpinyininputmethod.h53 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
H A Dtcinputmethod.h56 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
H A Dt9writeinputmethod.h52 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
H A Dinputmethod.h52 bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers);
H A Dabstractinputmethod.h65 virtual bool keyEvent(Qt::Key key, const QString &text, Qt::KeyboardModifiers modifiers) = 0;
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbActions.c1311 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()