KeyboardHandler QML Type
QML frontend for QKeyboardHandler C++ class. More...
| Import Statement: | import Qt3D.Input 2.0 | 
| Since: | Qt 5.5 | 
| Instantiates: | QKeyboardHandler | 
| Inherits: | 
Properties
- focus : bool
- sourceDevice : KeyboardDevice
Signals
- void asteriskPressed(KeyEvent event)
- void backPressed(KeyEvent event)
- void backtabPressed(KeyEvent event)
- void callPressed(KeyEvent event)
- void cancelPressed(KeyEvent event)
- void context1Pressed(KeyEvent event)
- void context2Pressed(KeyEvent event)
- void context3Pressed(KeyEvent event)
- void context4Pressed(KeyEvent event)
- void deletePressed(KeyEvent event)
- void digit0Pressed(KeyEvent event)
- void digit1Pressed(KeyEvent event)
- void digit2Pressed(KeyEvent event)
- void digit3Pressed(KeyEvent event)
- void digit4Pressed(KeyEvent event)
- void digit5Pressed(KeyEvent event)
- void digit6Pressed(KeyEvent event)
- void digit7Pressed(KeyEvent event)
- void digit8Pressed(KeyEvent event)
- void digit9Pressed(KeyEvent event)
- void downPressed(KeyEvent event)
- void enterPressed(KeyEvent event)
- void escapePressed(KeyEvent event)
- void flipPressed(KeyEvent event)
- void hangupPressed(KeyEvent event)
- void leftPressed(KeyEvent event)
- void menuPressed(KeyEvent event)
- void noPressed(KeyEvent event)
- void numberSignPressed(KeyEvent event)
- void pressed(KeyEvent event)
- void released(KeyEvent event)
- void returnPressed(KeyEvent event)
- void rightPressed(KeyEvent event)
- void selectPressed(KeyEvent event)
- void spacePressed(KeyEvent event)
- void tabPressed(KeyEvent event)
- void upPressed(KeyEvent event)
- void volumeDownPressed(KeyEvent event)
- void volumeUpPressed(KeyEvent event)
- void yesPressed(KeyEvent event)
Detailed Description
Property Documentation
| sourceDevice : KeyboardDevice | 
Signal Documentation
| void asteriskPressed(KeyEvent event) | 
This signal is emitted when the * key is pressed with the event details being contained within event
| void backPressed(KeyEvent event) | 
This signal is emitted when the back key is pressed with the event details being contained within event
| void backtabPressed(KeyEvent event) | 
This signal is emitted when the backtab key is pressed with the event details being contained within event
| void callPressed(KeyEvent event) | 
This signal is emitted when the call key is pressed with the event details being contained within event
| void cancelPressed(KeyEvent event) | 
This signal is emitted when the cancel key is pressed with the event details being contained within event
| void context1Pressed(KeyEvent event) | 
This signal is emitted when the context 1 key is pressed with the event details being contained within event
| void context2Pressed(KeyEvent event) | 
This signal is emitted when the context 2 key is pressed with the event details being contained within event
| void context3Pressed(KeyEvent event) | 
This signal is emitted when the context 2 key is pressed with the event details being contained within event
| void context4Pressed(KeyEvent event) | 
This signal is emitted when the context 4 key is pressed with the event details being contained within event
| void deletePressed(KeyEvent event) | 
This signal is emitted when the delete key is pressed with the event details being contained within event
| void digit0Pressed(KeyEvent event) | 
This signal is emitted when the 0 key is pressed with the event details being contained within event
| void digit1Pressed(KeyEvent event) | 
This signal is emitted when the 1 key is pressed with the event details being contained within event
| void digit2Pressed(KeyEvent event) | 
This signal is emitted when the 2 key is pressed with the event details being contained within event
| void digit3Pressed(KeyEvent event) | 
This signal is emitted when the 3 key is pressed with the event details being contained within event
| void digit4Pressed(KeyEvent event) | 
This signal is emitted when the 4 key is pressed with the event details being contained within event
| void digit5Pressed(KeyEvent event) | 
This signal is emitted when the 5 key is pressed with the event details being contained within event
| void digit6Pressed(KeyEvent event) | 
This signal is emitted when the 6 key is pressed with the event details being contained within event
| void digit7Pressed(KeyEvent event) | 
This signal is emitted when the 7 key is pressed with the event details being contained within event
| void digit8Pressed(KeyEvent event) | 
This signal is emitted when the 8 key is pressed with the event details being contained within event
| void digit9Pressed(KeyEvent event) | 
This signal is emitted when the 9 key is pressed with the event details being contained within event
| void downPressed(KeyEvent event) | 
This signal is emitted when the down key is pressed with the event details being contained within event
| void enterPressed(KeyEvent event) | 
This signal is emitted when the enter key is pressed with the event details being contained within event
| void escapePressed(KeyEvent event) | 
This signal is emitted when the escape key is pressed with the event details being contained within event
| void flipPressed(KeyEvent event) | 
This signal is emitted when the flip key is pressed with the event details being contained within event
| void hangupPressed(KeyEvent event) | 
This signal is emitted when the hangup key is pressed with the event details being contained within event
| void leftPressed(KeyEvent event) | 
This signal is emitted when the left key is pressed with the event details being contained within event
| void menuPressed(KeyEvent event) | 
This signal is emitted when the menu key is pressed with the event details being contained within event
| void noPressed(KeyEvent event) | 
This signal is emitted when the yes key is pressed with the event details being contained within event
| void numberSignPressed(KeyEvent event) | 
This signal is emitted when the number sign key is pressed with the event details being contained within event
| void pressed(KeyEvent event) | 
This signal is emitted when a key is pressed with the event details being contained within event
| void released(KeyEvent event) | 
This signal is emitted when a key is released with the event details being contained within event
| void returnPressed(KeyEvent event) | 
This signal is emitted when the return key is pressed with the event details being contained within event
| void rightPressed(KeyEvent event) | 
This signal is emitted when the right key is pressed with the event details being contained within event
| void selectPressed(KeyEvent event) | 
This signal is emitted when the select key is pressed with the event details being contained within event
| void spacePressed(KeyEvent event) | 
This signal is emitted when the space key is pressed with the event details being contained within event
| void tabPressed(KeyEvent event) | 
This signal is emitted when the tab key is pressed with the event details being contained within event
| void upPressed(KeyEvent event) | 
This signal is emitted when the up key is pressed with the event details being contained within event
| void volumeDownPressed(KeyEvent event) | 
This signal is emitted when the volume down key is pressed with the event details being contained within event
| void volumeUpPressed(KeyEvent event) | 
This signal is emitted when the volume up key is pressed with the event details being contained within event
| void yesPressed(KeyEvent event) | 
This signal is emitted when the yes key is pressed with the event details being contained within event