Declares a focus navigation gesture. More...
#include <kanzi/core.ui/input/focus_navigation_manipulator.hpp>
Public Member Functions | |
| FocusNavigationGesture (FocusChainDirection direction, LogicalKey key) | |
| Constructor. More... | |
Public Member Functions inherited from kanzi::KeyGestureInfo | |
| void | grab () |
| Grabs the key gesture, increases the grab count by 1. More... | |
| bool | isGrabbed () const |
| Returns whether the key gesture is grabbed. More... | |
| KeyGestureInfo ()=default | |
| Default constructor. More... | |
| KeyGestureInfo (LogicalKey key, KeyModifier modifier, CapsLockState capsLockState) | |
| Constructor. More... | |
| KeyGestureInfo (LogicalKey key, CapsLockState capsLockState) | |
| Constructor. More... | |
| KeyGestureInfo (LogicalKey key, KeyModifier modifier) | |
| Constructor. More... | |
| KeyGestureInfo (LogicalKey key) | |
| Constructor. More... | |
| void | ungrab () |
| Resets the grab count of the key gesture. More... | |
Public Attributes | |
| const FocusChainDirection | focusDirection |
| The focus chain direction of the gesture. More... | |
Public Attributes inherited from kanzi::KeyGestureInfo | |
| CapsLockState | capsLockState |
| Holds the required Caps Lock state for the key gesture. More... | |
| size_t | grabCount |
| Holds the grab count of the key gesture. More... | |
| bool | isCapsLockGrabbed |
| Holds the Caps Lock state at the time Kanzi grabs the key gesture. More... | |
| LogicalKey | key |
| The logical key value. More... | |
| KeyModifier | modifier |
| The key modifier. More... | |
| size_t | repeatCount |
| Holds the key press repetition count. More... | |
Declares a focus navigation gesture.
|
inlineexplicit |
Constructor.
| const FocusChainDirection kanzi::FocusNavigationGesture::focusDirection |
The focus chain direction of the gesture.