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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIShortcutPool.h135 static const QString m_sstrShortcutKeyTemplate; member in class:UIShortcutPool
H A DUIShortcutPool.cpp71 const QString UIShortcutPool::m_sstrShortcutKeyTemplate = QString("%1/%2"); member in class:UIShortcutPool
72 const QString UIShortcutPool::m_sstrShortcutKeyTemplateRuntime = m_sstrShortcutKeyTemplate.arg(GUI_Input_MachineShortcuts);
108 const QString strShortcutKey(m_sstrShortcutKeyTemplate.arg(pActionPool->shortcutsExtraDataID(),
124 return shortcut(m_sstrShortcutKeyTemplate.arg(strPoolID, strActionID));
153 const QString strShortcutKey = m_sstrShortcutKeyTemplate.arg(pActionPool->shortcutsExtraDataID(),
265 const QString strShortcutKeyTemplate(m_sstrShortcutKeyTemplate.arg(strPoolExtraDataID));
317 const QString strShortcutPrefix(m_sstrShortcutKeyTemplate.arg(strPoolExtraDataID, QString()));

Completed in 41 milliseconds