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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIPopupCenter.h2 * VBox Qt GUI - UIPopupCenter class declaration.
44 class UIPopupCenter: public QObject class in inherits:QObject
117 UIPopupCenter();
118 ~UIPopupCenter();
142 static UIPopupCenter* m_spInstance;
143 static UIPopupCenter* instance();
144 friend UIPopupCenter& popupCenter();
147 /* Shortcut to the static UIPopupCenter::instance() method: */
148 inline UIPopupCenter& popupCenter() { return *UIPopupCenter
[all...]
H A DUIPopupCenter.cpp3 * VBox Qt GUI - UIPopupCenter class implementation.
23 # include "UIPopupCenter.h"
38 UIPopupCenter* UIPopupCenter::m_spInstance = 0;
39 UIPopupCenter* UIPopupCenter::instance() { return m_spInstance; }
42 void UIPopupCenter::create()
49 new UIPopupCenter;
55 void UIPopupCenter::destroy()
67 UIPopupCenter function in class:UIPopupCenter
[all...]

Completed in 314 milliseconds