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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIShortcutPool.h94 const QMap<QString, UIShortcut>& shortcuts() const { return m_shortcuts; } function in class:UIShortcutPool
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsInput.cpp116 /* Load all other shortcuts to cache: */
117 const QMap<QString, UIShortcut>& shortcuts = gShortcutPool->shortcuts(); local
118 const QList<QString> shortcutKeys = shortcuts.keys();
121 const UIShortcut &shortcut = shortcuts[strShortcutKey];
168 /* Iterate over cached shortcuts: */
186 /* Check VirtualBox Manager page for unique shortcuts: */
191 message.second << tr("Some items have the same shortcuts assigned.");
196 /* Check Virtual Machine page for unique shortcuts: */
201 message.second << tr("Some items have the same shortcuts assigne
248 load(const UIShortcutCache &shortcuts) argument
266 save(UIShortcutCache &shortcuts) argument
[all...]

Completed in 34 milliseconds