Searched refs:IndicatorType_Keyboard (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h589 IndicatorType_Keyboard, enumerator in enum:IndicatorType
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp203 case IndicatorType_Keyboard: pAction = actionPool()->action(UIActionIndexRT_M_Input_M_Keyboard); break;
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp1252 case IndicatorType_Keyboard: strResult = "Keyboard"; break;
1278 keys << "Keyboard"; values << IndicatorType_Keyboard; local
1301 case IndicatorType_Keyboard: return UIIconPool::iconSet(":/hostkey_16px.png");
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp1262 case IndicatorType_Keyboard: m_pool[indicatorType] = new UIIndicatorKeyboard(m_pSession); break;

Completed in 56 milliseconds