Expand description
Public scene-model types used by cbf-compositor.
These types describe compositor windows, scene items, layout geometry, and ownership relationships without exposing backend-specific details.
Structs§
- Composition
Item Id - Identifier for a scene item inside a compositor-managed window.
- Composition
Item Spec - Declarative description of one scene item inside a compositor window.
- Compositor
Window Id - Identifier for a compositor-managed native window attachment.
- HitTest
Region - Axis-aligned rectangle used by hit-test snapshots.
- HitTest
Region Snapshot - Cached hit-test snapshot for one scene item.
- Rect
- Rectangle in compositor-window coordinates.
- Transient
Ownership - Ownership relationship for a transient browsing context.
- Window
Composition Spec - Full scene description for one compositor-managed window.
Enums§
- Background
Policy - Background drawing policy for a scene item.
- HitTest
Coordinate Space - Coordinate space used by pushed hit-test regions.
- HitTest
Policy - Hit-test behavior for one scene item.
- HitTest
Region Mode - How a hit-test snapshot interprets its listed regions.
- Surface
Target - Browser-managed surface target that can appear in the compositor scene.