Focus scope visitor for UI scene traversal of focus scopes. More...
#include <kanzi/core.ui/input/focus_scope.hpp>
Public Member Functions | |
virtual Node::VisitorResult | operator() (const FocusChainNode &visitedElement)=0 |
Overload of the parenthesis operator, returns the visit result of a visitedElement. More... | |
virtual | ~FocusScopeVisitor ()=default |
Default destructor. More... | |
Focus scope visitor for UI scene traversal of focus scopes.
To visit a focus scope using UI scene traversal:
To find the last-focused node in a focus scope using the UI scene traversal method:
To visit a focus scope using the iterated traversal method, see FocusScope::FocusChain.
|
virtualdefault |
Default destructor.
|
pure virtual |
Overload of the parenthesis operator, returns the visit result of a visitedElement.
visitedElement | The visited focus chain element. |
Implemented in kanzi::VisitorFunction.