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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIShortcutPool.h2 * VBox Qt GUI - UIShortcutPool class declaration.
74 class UIShortcutPool : public QIWithRetranslateUI3<QObject> class in inherits:QIWithRetranslateUI3
87 static UIShortcutPool* instance();
109 UIShortcutPool();
110 ~UIShortcutPool();
133 static UIShortcutPool *m_pInstance;
141 #define gShortcutPool UIShortcutPool::instance()
H A DUIShortcutPool.cpp3 * VBox Qt GUI - UIShortcutPool class implementation.
23 # include "UIShortcutPool.h"
69 UIShortcutPool* UIShortcutPool::m_pInstance = 0;
71 const QString UIShortcutPool::m_sstrShortcutKeyTemplate = QString("%1/%2");
72 const QString UIShortcutPool::m_sstrShortcutKeyTemplateRuntime = m_sstrShortcutKeyTemplate.arg(GUI_Input_MachineShortcuts);
74 UIShortcutPool* UIShortcutPool::instance()
79 void UIShortcutPool::create()
86 new UIShortcutPool;
208 UIShortcutPool::UIShortcutPool() function in class:UIShortcutPool
[all...]

Completed in 43 milliseconds