Expand description
Widget info tree.
Re-exports§
pub use iter::TreeFilter;
Modules§
- Accessibility metadata types.
- Widget info tree iterators.
Structs§
- A hit-test hit.
- A hit-test result.
- Info about a segment in the first or last row of an inlined widget.
- Represents a
WidgetPath
annotated with each widget’sInteractivity
. - Represents the level of interaction allowed for a widget.
- Argument for a interactivity filter function.
- Represents a builder split from the main builder that can be used in parallel and then folded back onto the main builder.
TRANSFORM_CHANGED_EVENT
args.VISIBILITY_CHANGED_EVENT
args.- Shared reference to the combined border and corner radius of a
WidgetInfo
. - Shared reference to layout size, offsets, rendered transforms and bounds of a widget.
- Represents the descendants of a widget, allows checking if widgets are descendant with O(1) time.
- Reference to a widget info in a
WidgetInfoTree
. - Widget info tree builder.
- A tree of
WidgetInfo
. - Stats over the lifetime of a widget info tree.
- Info about the inlined rows of the widget.
- Info about the input inline connecting rows of the widget.
- Represents the in-progress layout pass for a widget tree.
- Represents the in-progress measure pass for a widget tree.
- Full address of a widget.
Enums§
- Hit-test result on a widget relative to it’s descendants.
- Widget visibility.
- Tag for the
WidgetInfo::meta
state-map.
Statics§
- Widget interactivity has changed after an info update.
- A widget global inner transform has changed after render.
- Widget visibility has changed after render.
- A window widget tree was rebuild.