Searched refs:UIKeyboardHandlerSeamless (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIKeyboardHandlerSeamless.h2 * VBox Qt GUI - UIKeyboardHandlerSeamless class declaration.
25 class UIKeyboardHandlerSeamless : public UIKeyboardHandler class in inherits:UIKeyboardHandler
32 UIKeyboardHandlerSeamless(UIMachineLogic *pMachineLogic);
34 virtual ~UIKeyboardHandlerSeamless();
H A DUIKeyboardHandlerSeamless.cpp3 * VBox Qt GUI - UIKeyboardHandlerSeamless class implementation.
29 # include "UIKeyboardHandlerSeamless.h"
43 UIKeyboardHandlerSeamless::UIKeyboardHandlerSeamless(UIMachineLogic* pMachineLogic) function in class:UIKeyboardHandlerSeamless
48 UIKeyboardHandlerSeamless::~UIKeyboardHandlerSeamless()
53 bool UIKeyboardHandlerSeamless::eventFilter(QObject *pWatchedObject, QEvent *pEvent)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp35 # include "UIKeyboardHandlerSeamless.h"
102 pKeyboardHandler = new UIKeyboardHandlerSeamless(pMachineLogic);

Completed in 70 milliseconds