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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.h2 * VBox Qt GUI - UIKeyboardHandler class declaration.
51 class UIKeyboardHandler : public QObject class in inherits:QObject
63 static UIKeyboardHandler* create(UIMachineLogic *pMachineLogic, UIVisualStateType visualStateType);
64 static void destroy(UIKeyboardHandler *pKeyboardHandler);
111 UIKeyboardHandler(UIMachineLogic *pMachineLogic);
112 virtual ~UIKeyboardHandler();
193 static UIKeyboardHandler *m_spKeyboardHandler;
H A DUIKeyboardHandler.cpp3 * VBox Qt GUI - UIKeyboardHandler class implementation.
83 UIKeyboardHandler* UIKeyboardHandler::m_spKeyboardHandler = 0;
87 UIKeyboardHandler* UIKeyboardHandler::create(UIMachineLogic *pMachineLogic,
91 UIKeyboardHandler *pKeyboardHandler = 0;
120 void UIKeyboardHandler::destroy(UIKeyboardHandler *pKeyboardHandler)
130 void UIKeyboardHandler::prepareListener(ulong uIndex, UIMachineWindow *pMachineWindow)
152 void UIKeyboardHandler
750 UIKeyboardHandler::UIKeyboardHandler(UIMachineLogic *pMachineLogic) function in class:UIKeyboardHandler
[all...]

Completed in 44 milliseconds