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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIVirtualBoxEventHandler.h2 * VBox Qt GUI - UIVirtualBoxEventHandler class declaration.
25 class UIVirtualBoxEventHandler : public QObject class in inherits:QObject
52 static UIVirtualBoxEventHandler* instance();
59 UIVirtualBoxEventHandler();
61 ~UIVirtualBoxEventHandler();
64 static UIVirtualBoxEventHandler *m_pInstance;
69 #define gVBoxEvents UIVirtualBoxEventHandler::instance()
H A DUIVirtualBoxEventHandler.cpp3 * VBox Qt GUI - UIVirtualBoxEventHandler class implementation.
23 # include "UIVirtualBoxEventHandler.h"
34 UIVirtualBoxEventHandler *UIVirtualBoxEventHandler::m_pInstance = 0;
37 UIVirtualBoxEventHandler* UIVirtualBoxEventHandler::instance()
40 m_pInstance = new UIVirtualBoxEventHandler;
45 void UIVirtualBoxEventHandler::destroy()
54 UIVirtualBoxEventHandler::UIVirtualBoxEventHandler() function in class:UIVirtualBoxEventHandler
[all...]

Completed in 54 milliseconds