![]() |
Qt 6.x
The Qt SDK
|
#include <sys/keycodes.h>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE int | qtKeyForPrivateUseQnxKey (int key) |
QString | keyStringForPrivateUseQnxKey (int key) |
bool | isKeypadKey (int key) |
bool isKeypadKey | ( | int | key | ) |
Definition at line 104 of file qqnxkeytranslator.h.
Referenced by QQnxScreenEventHandler::injectKeyboardEvent().
QString keyStringForPrivateUseQnxKey | ( | int | key | ) |
Definition at line 90 of file qqnxkeytranslator.h.
References QStringLiteral.
Referenced by keyString().
QT_BEGIN_NAMESPACE int qtKeyForPrivateUseQnxKey | ( | int | key | ) |
Definition at line 15 of file qqnxkeytranslator.h.
References Qt::Key_5, Qt::Key_Alt, Qt::Key_Asterisk, Qt::Key_Backspace, Qt::Key_Backtab, Qt::Key_CapsLock, Qt::Key_Control, Qt::Key_Delete, Qt::Key_Down, Qt::Key_End, Qt::Key_Enter, Qt::Key_Escape, Qt::Key_F1, Qt::Key_F10, Qt::Key_F11, Qt::Key_F12, Qt::Key_F2, Qt::Key_F3, Qt::Key_F4, Qt::Key_F5, Qt::Key_F6, Qt::Key_F7, Qt::Key_F8, Qt::Key_F9, Qt::Key_Home, Qt::Key_Hyper_L, Qt::Key_Hyper_R, Qt::Key_Insert, Qt::Key_Left, Qt::Key_Menu, Qt::Key_Minus, Qt::Key_NumLock, Qt::Key_PageDown, Qt::Key_PageUp, Qt::Key_Pause, Qt::Key_Plus, Qt::Key_Print, Qt::Key_Return, Qt::Key_Right, Qt::Key_ScrollLock, Qt::Key_Shift, Qt::Key_Slash, Qt::Key_SysReq, Qt::Key_Tab, Qt::Key_unknown, Qt::Key_Up, and qDebug.
Referenced by qtKey().