The focus chain node of a focus scope consists of the node of the focus scope, its focus order, and the focus order offset.
More...
#include <kanzi/core.ui/input/focus_scope.hpp>
The focus chain node of a focus scope consists of the node of the focus scope, its focus order, and the focus order offset.
- Since
- Kanzi 3.9.0
kanzi::FocusChainNode::FocusChainNode |
( |
| ) |
|
|
explicitdefault |
kanzi::FocusChainNode::FocusChainNode |
( |
Node & |
node | ) |
|
|
explicit |
kanzi::FocusChainNode::FocusChainNode |
( |
Node & |
node, |
|
|
size_t |
offset |
|
) |
| |
|
explicit |
kanzi::FocusChainNode::operator bool |
( |
| ) |
const |
|
inlineexplicit |
bool kanzi::FocusChainNode::operator== |
( |
const FocusChainNode & |
rhs | ) |
const |
|
inline |
bool kanzi::FocusChainNode::isFocused |
( |
| ) |
const |
Returns whether this focus chain element is focused or, in case it is a scope node, contains focus.
void kanzi::FocusChainNode::reset |
( |
| ) |
|
Resets the focus chain node fields to an invalid state.
Returns the focus chain node for a node.
- Parameters
-
node | The node for which to return the focus chain node. |
Node* kanzi::FocusChainNode::node |
The node of the focus scope.
The focus scope to whose focus chain this node belongs.
- Since
- Kanzi 3.9.7
The documentation for this struct was generated from the following file: