Expand description
§egui-treeize
Provides a tree-like graph visualization for egui.
Modules§
- layout
- Layout algorithms for tree-like graphs.
- ui
- This module provides functionality for showing
Treeizegraph inUi.
Structs§
- InPin
- Node and its output pin.
- InPinId
- Input pin identifier. Cosists of node id and pin index.
- Node
- Node of the graph.
- NodeId
- Node identifier.
- Node
IdsData Iter - Iterator over shared references to nodes.
- Node
IdsData Iter Mut - Iterator over mutable references to nodes.
- Node
Info Iter - Iterator over shared references to nodes.
- Node
Info Iter Mut - Iterator over mutable references to nodes.
- Nodes
IdsIter - Iterator over shared references to nodes and their identifiers.
- Nodes
IdsIter Mut - Iterator over mutable references to nodes and their identifiers.
- Nodes
Iter - Iterator over shared references to nodes.
- Nodes
Iter Mut - Iterator over mutable references to nodes.
- Nodes
PosIds Iter - Iterator over shared references to nodes, their positions and their identifiers.
- Nodes
PosIds Iter Mut - Iterator over mutable references to nodes, their positions and their identifiers.
- Nodes
PosIter - Iterator over shared references to nodes and their positions.
- Nodes
PosIter Mut - Iterator over mutable references to nodes and their positions.
- OutPin
- Node and its output pin.
- OutPin
Id - Output pin identifier. Cosists of node id and pin index.
- Treeize
- Treeize is generic node-graph container.