Module tree_checkbox

Source
Expand description

A tree structure and display with egui::Checkbox at every leaves.

Structs§

MkTreeCb
Recursive tree struct.
NodeCb
TreeContainerCb
Container for the asset tree, where first field holds the currently selected asset (via primary mouse click).

Enums§

TreeNodeCb
Used for display tree data with NodeCb. We’re distinguishing the type of the nodes in order to perform further actions depending on the selected node type.