Searched defs:UINativeHotKey (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHostComboEditor.h38 namespace UINativeHotKey namespace
H A DUIHostComboEditor.cpp73 namespace UINativeHotKey namespace
79 QString UINativeHotKey::toString(int iKeyCode)
172 bool UINativeHotKey::isValidKey(int iKeyCode)
215 int UINativeHotKey::distinguishModifierVKey(int wParam, int lParam)
256 void UINativeHotKey::retranslateKeyNames()
300 readableKeyList << UINativeHotKey::toString(iKeyCode);
320 if (!UINativeHotKey::isValidKey(keyCodeList[i]))
442 m_shownKeys.insert(iKeyCode, UINativeHotKey::toString(iKeyCode));
486 int iKeyCode = UINativeHotKey::distinguishModifierVKey((int)pMsg->wParam, (int)pMsg->lParam);
687 if (!UINativeHotKey
[all...]

Completed in 800 milliseconds