[−][src]Module sixtyfps_corelib::item_tree
Structs
ItemVisitorVTable | Object to be passed in visit_item_children method of the Component. |
VisitChildrenResult | The return value of the Component::visit_children_item function |
Enums
ItemTreeNode | The item tree is an array of ItemTreeNode representing a static tree of items within a component. |
ItemVisitorResult | |
TraversalOrder |
Traits
ItemVisitor | Object to be passed in visit_item_children method of the Component.
Note: Was generated from the |
Functions
item_offset | Attempt to find out the x, y position of the item in the component's coordinate |
visit_item_tree | Visit the children within an array of ItemTreeNode |
visit_items | Visit each items recursively |
visit_items_with_post_visit | Visit each items recursively |
Type Definitions
ItemVisitorRefMut | Type alias to |