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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHostComboEditor.h52 namespace UIHostCombo namespace
H A DUIHostComboEditor.cpp274 namespace UIHostCombo namespace
279 int UIHostCombo::hostComboModifierIndex()
284 QString UIHostCombo::hostComboModifierName()
289 QString UIHostCombo::hostComboCacheKey()
294 QString UIHostCombo::toReadableString(const QString &strKeyCombo)
304 QList<int> UIHostCombo::toKeyCodeList(const QString &strKeyCombo)
314 bool UIHostCombo::isValidKeyCombo(const QString &strKeyCombo)
439 QList<int> keyCodeList = UIHostCombo::toKeyCodeList(strCombo.toString());
702 if (m_shownKeys.size() < UIHostCombo::m_iMaxComboSize)

Completed in 52 milliseconds