Searched refs:UIConsoleEventHandler (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIConsoleEventHandler.h2 * VBox Qt GUI - UIConsoleEventHandler class declaration.
32 class UIConsoleEventHandler: public QObject class in inherits:QObject
76 static UIConsoleEventHandler* instance() { return m_spInstance; }
92 UIConsoleEventHandler(UISession *pSession);
100 static UIConsoleEventHandler *m_spInstance;
109 #define gConsoleEvents UIConsoleEventHandler::instance()
H A DUIConsoleEventHandler.cpp3 * VBox Qt GUI - UIConsoleEventHandler class implementation.
23 # include "UIConsoleEventHandler.h"
39 UIConsoleEventHandler *UIConsoleEventHandler::m_spInstance = 0;
42 void UIConsoleEventHandler::create(UISession *pSession)
46 m_spInstance = new UIConsoleEventHandler(pSession);
52 void UIConsoleEventHandler::destroy()
62 void UIConsoleEventHandler::sltCanShowWindow(bool & /* fVeto */, QString & /* strReason */)
67 void UIConsoleEventHandler::sltShowWindow(LONG64 &winId)
89 UIConsoleEventHandler function in class:UIConsoleEventHandler
[all...]
H A DUISession.h511 friend class UIConsoleEventHandler;
H A DUISession.cpp43 # include "UIConsoleEventHandler.h"
1191 UIConsoleEventHandler::create(this);
1432 UIConsoleEventHandler::destroy();

Completed in 49 milliseconds