Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.hh
| Show First 20 Lines • Show All 60 Lines • ▼ Show 20 Lines | void attribute_search_add_items( | ||||
| StringRefNull str, | StringRefNull str, | ||||
| const bool is_output, | const bool is_output, | ||||
| Span<const nodes::geometry_nodes_eval_log::GeometryAttributeInfo *> infos, | Span<const nodes::geometry_nodes_eval_log::GeometryAttributeInfo *> infos, | ||||
| uiSearchItems *items, | uiSearchItems *items, | ||||
| const bool is_first); | const bool is_first); | ||||
| } // namespace blender::ui | } // namespace blender::ui | ||||
| /** | |||||
| * Override this for all available tree types. | |||||
| */ | |||||
| blender::ui::AbstractTreeView *UI_block_add_view( | blender::ui::AbstractTreeView *UI_block_add_view( | ||||
| uiBlock &block, | uiBlock &block, | ||||
| blender::StringRef idname, | blender::StringRef idname, | ||||
| std::unique_ptr<blender::ui::AbstractTreeView> tree_view); | std::unique_ptr<blender::ui::AbstractTreeView> tree_view); | ||||