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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUIWindowMenuManager.h2 * VBox Qt GUI - UIWindowMenuManager class declaration.
30 class UIWindowMenuManager: public QObject class in inherits:QObject
36 static UIWindowMenuManager *instance(QWidget *pParent = 0);
53 UIWindowMenuManager(QWidget *pParent = 0);
54 ~UIWindowMenuManager();
57 static UIWindowMenuManager *m_pInstance;
H A DUIWindowMenuManager.cpp3 * VBox Qt GUI - UIWindowMenuManager class implementation.
23 # include "UIWindowMenuManager.h"
147 UIWindowMenuManager *UIWindowMenuManager::m_pInstance = 0;
149 UIWindowMenuManager *UIWindowMenuManager::instance(QWidget *pParent /* = 0 */)
152 m_pInstance = new UIWindowMenuManager(pParent);
157 void UIWindowMenuManager::destroy()
166 QMenu *UIWindowMenuManager::createMenu(QWidget *pWindow)
175 void UIWindowMenuManager
263 UIWindowMenuManager::UIWindowMenuManager(QWidget *pParent /* = 0 */) function in class:UIWindowMenuManager
[all...]

Completed in 53 milliseconds