Contains the focus order and focus order offset information of a node in a focus scope.
More...
#include <kanzi/core.ui/input/focus_scope.hpp>
|
size_t | focusOffset |
| The offset to the node with the same focus order.
|
|
size_t | focusOrder |
| The focus chain order of the node.
|
|
Contains the focus order and focus order offset information of a node in a focus scope.
- Since
- Kanzi 3.9.0
◆ FocusChainIndex() [1/2]
kanzi::FocusChainIndex::FocusChainIndex |
( |
| ) |
|
|
explicitdefault |
◆ FocusChainIndex() [2/2]
kanzi::FocusChainIndex::FocusChainIndex |
( |
size_t | order, |
|
|
size_t | offset ) |
|
inlineexplicit |
◆ operator bool()
kanzi::FocusChainIndex::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ focusOrder
size_t kanzi::FocusChainIndex::focusOrder |
The focus chain order of the node.
◆ focusOffset
size_t kanzi::FocusChainIndex::focusOffset |
The offset to the node with the same focus order.
The documentation for this struct was generated from the following file: