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

Completed in 63 milliseconds