Searched defs:shortcut (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | menu.h | 35 int shortcut; member in struct:menu_item 42 const char *text, int shortcut,
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/ |
H A D | UIMachineLogicScale.cpp | 55 const UIShortcut &shortcut = local 56 gShortcutPool->shortcut(actionPool()->shortcutsExtraDataID(), 58 const QString strHotKey = QString("Host+%1").arg(shortcut.toString());
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | menu.c | 94 * @v shortcut Shortcut key 99 const char *text, int shortcut, 129 item->shortcut = shortcut; 98 add_menu_item( struct menu *menu, const char *label, const char *text, int shortcut, int is_default ) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIMachineLogicSeamless.cpp | 81 const UIShortcut &shortcut = local 82 gShortcutPool->shortcut(actionPool()->shortcutsExtraDataID(), 84 const QString strHotKey = QString("Host+%1").arg(shortcut.toString());
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIShortcutPool.cpp | 105 UIShortcut& UIShortcutPool::shortcut(UIActionPool *pActionPool, UIAction *pAction) function in class:UIShortcutPool 107 /* Compose shortcut key: */ 112 return shortcut(strShortcutKey); 121 UIShortcut& UIShortcutPool::shortcut(const QString &strPoolID, const QString &strActionID) function in class:UIShortcutPool 124 return shortcut(m_sstrShortcutKeyTemplate.arg(strPoolID, strActionID)); 133 /* Make no changes if there is no such shortcut: */ 136 /* Assign overridden sequence to the shortcut: */ 152 /* Compose shortcut key: */ 155 /* If shortcut key is already known: */ 158 /* Get corresponding shortcut 291 UIShortcut &shortcut = m_shortcuts[strShortcutKey]; local 327 const UIShortcut &shortcut = m_shortcuts[strShortcutKey]; local 339 UIShortcut& UIShortcutPool::shortcut(const QString &strShortcutKey) function in class:UIShortcutPool [all...] |
H A D | UIActionPool.cpp | 130 void UIAction::setShortcut(const QKeySequence &shortcut) argument 135 /* If shortcut is visible: */ 138 QAction::setShortcut(shortcut); 139 /* Remember shortcut: */ 140 m_shortcut = shortcut; 142 /* Update text according new shortcut: */ 156 if (!shortcut().isEmpty()) 183 /* With shortcut appended for Runtime UI: */ 186 gShortcutPool->shortcut(actionPool(), this).toString())); 995 const QString strHotKey = gShortcutPool->shortcut(thi [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/ |
H A D | UIMachineLogicFullscreen.cpp | 82 const UIShortcut &shortcut = local 83 gShortcutPool->shortcut(actionPool()->shortcutsExtraDataID(), 85 const QString strHotKey = QString("Host+%1").arg(shortcut.toString());
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsInput.cpp | 114 /* Load host-combo shortcut to cache: */ 121 const UIShortcut &shortcut = shortcuts[strShortcutKey]; local 122 m_cache.m_shortcuts << UIShortcutCacheItem(strShortcutKey, VBoxGlobal::removeAccelMark(shortcut.description()), 123 shortcut.sequence().toString(QKeySequence::NativeText), 124 shortcut.defaultSequence().toString(QKeySequence::NativeText)); 163 /* Save host-combo shortcut from cache: */ 172 /* Save shortcut sequences from cache: */ 230 m_pSelectorFilterEditor->setWhatsThis(tr("Enter a sequence to filter the shortcut list.")); 231 m_pMachineFilterEditor->setWhatsThis(tr("Enter a sequence to filter the shortcut list.")); 257 /* Load shortcut cach [all...] |
Completed in 42 milliseconds