[go: up one dir, main page]

Module i_slint_core::item_tree

source ·
Expand description

This module contains code that helps navigating the tree of item

Structs

  • The ComponentItemTree provides tree walking code for the physical ItemTree stored in a Component without stitching any inter-Component links together!
  • A ItemRc is holding a reference to a component containing the item, and the index of this item
  • Invariant, same as vtable::Inner: vtable and ptr has to be valid and ptr an instance matching the vtable
  • Object to be passed in visit_item_children method of the Component.
  • A Weak reference to an item that can be constructed from an ItemRc.
  • The return value of the Component::visit_children_item function

Enums

Traits

Functions

Type Aliases