Module vizia_core::context
source · Expand description
Context types for retained state, used during view building, event handling, and drawing.
Structs§
- A context used for configuring the accessibility features of a view.
- Wrapper around an accesskit node builder, a node id, and a list of children to be added to the node.
- The main storage and control object for a Vizia application.
- A bundle of data representing a snapshot of the context when a thread was spawned.
- A context used when drawing a view.
- A context used when handling events.
- A context used when loading images.
Enums§
- Errors that might occur when emitting an event via a ContextProxy.
Constants§
Traits§
- A trait for any Context-like object that lets you access stored model data.
- Trait for querying properties of the tree from a context.