|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| class | blender::asset_system::AssetCatalogTreeItem |
| class | blender::asset_system::AssetCatalogTree |
Namespaces | |
| namespace | blender |
| namespace | blender::asset_system |
A representation of the catalog paths as tree structure. Each component of the catalog tree is represented by an #AssetCatalogTreeItem. The last path component of an item is used as its name, which may also be shown to the user. An item can not have multiple children with the same name. That means the name uniquely identifies an item within its parent.
There is no single root tree element, the #AssetCatalogTree instance itself represents the root.
Definition in file AS_asset_catalog_tree.hh.