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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIShortcutPool.cpp108 const QString strShortcutKey(m_sstrShortcutKeyTemplate.arg(pActionPool->shortcutsExtraDataID(),
111 if (m_shortcuts.contains(strShortcutKey))
112 return shortcut(strShortcutKey);
114 UIShortcut &newShortcut = m_shortcuts[strShortcutKey];
131 foreach (const QString &strShortcutKey, shortcutKeys) argument
134 if (!m_shortcuts.contains(strShortcutKey))
137 m_shortcuts[strShortcutKey].setSequence(overrides[strShortcutKey]);
153 const QString strShortcutKey = m_sstrShortcutKeyTemplate.arg(pActionPool->shortcutsExtraDataID(), local
156 if (m_shortcuts.contains(strShortcutKey))
321 foreach(const QString &strShortcutKey, shortcutKeys) argument
339 shortcut(const QString &strShortcutKey) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsInput.cpp119 foreach (const QString &strShortcutKey, shortcutKeys) argument
121 const UIShortcut &shortcut = shortcuts[strShortcutKey];
122 m_cache.m_shortcuts << UIShortcutCacheItem(strShortcutKey, VBoxGlobal::removeAccelMark(shortcut.description()),

Completed in 56 milliseconds