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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIKeyboardHandlerFullscreen.h2 * VBox Qt GUI - UIKeyboardHandlerFullscreen class declaration.
25 class UIKeyboardHandlerFullscreen : public UIKeyboardHandler class in inherits:UIKeyboardHandler
32 UIKeyboardHandlerFullscreen(UIMachineLogic *pMachineLogic);
34 virtual ~UIKeyboardHandlerFullscreen();
H A DUIKeyboardHandlerFullscreen.cpp3 * VBox Qt GUI - UIKeyboardHandlerFullscreen class implementation.
27 # include "UIKeyboardHandlerFullscreen.h"
37 UIKeyboardHandlerFullscreen::UIKeyboardHandlerFullscreen(UIMachineLogic* pMachineLogic) function in class:UIKeyboardHandlerFullscreen
42 UIKeyboardHandlerFullscreen::~UIKeyboardHandlerFullscreen()
46 bool UIKeyboardHandlerFullscreen::eventFilter(QObject *pWatchedObject, QEvent *pEvent)

Completed in 53 milliseconds