Expand description
Tree widget allows you to create views for hierarchical data. See Tree docs for more info
and usage examples.
Structs§
- Selection
State - Opaque selection state of a tree.
- Tree
- Tree widget allows you to create views for hierarchical data. It could be used to show file system entries, graphs, and anything else that could be represented as a tree.
- Tree
Builder - Tree builder creates
Treewidget instances and adds them to the user interface. - Tree
Root - Tree root is special widget that handles the entire hierarchy of descendant
Treewidgets. Its main purpose is to handle selection of descendantTreewidgets. Tree root cannot have a content and it only could have children tree items. See docs forTreefor usage examples. - Tree
Root Builder - Tree root builder creates
TreeRootinstances and adds them to the user interface.
Enums§
- Tree
Expansion Strategy - Expansion strategy for a hierarchical structure.
- Tree
Message - A set of messages, that could be used to alternate the state of a
Treewidget. - Tree
Root Message - A set of messages, that could be used to alternate the state of a
TreeRootwidget.