Searched defs:UIConsoleEventHandler (Results 1 - 2 of 2) 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...]

Completed in 41 milliseconds