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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserHandlerKeyboard.h2 * VBox Qt GUI - UIGChooserHandlerKeyboard class declaration.
50 class UIGChooserHandlerKeyboard : public QObject class in inherits:QObject
57 UIGChooserHandlerKeyboard(UIGChooserModel *pParent);
H A DUIGChooserHandlerKeyboard.cpp3 * VBox Qt GUI - UIGChooserHandlerKeyboard class implementation.
26 # include "UIGChooserHandlerKeyboard.h"
33 UIGChooserHandlerKeyboard::UIGChooserHandlerKeyboard(UIGChooserModel *pParent) function in class:UIGChooserHandlerKeyboard
44 bool UIGChooserHandlerKeyboard::handle(QKeyEvent *pEvent, UIKeyboardEventType type) const
56 UIGChooserModel* UIGChooserHandlerKeyboard::model() const
61 bool UIGChooserHandlerKeyboard::handleKeyPress(QKeyEvent *pEvent) const
364 bool UIGChooserHandlerKeyboard::handleKeyRelease(QKeyEvent*) const
370 void UIGChooserHandlerKeyboard::shift(UIItemShiftDirection direction, UIItemShiftSize size) const

Completed in 42 milliseconds