|
Blender V4.3
|
#include "BLI_function_ref.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::outliner |
| namespace | blender::ed::outliner::tree_iterator |
Typedefs | |
| using | blender::ed::outliner::tree_iterator::VisitorFn = FunctionRef<void(TreeElement *)> |
Functions | |
| void | blender::ed::outliner::tree_iterator::all (const SpaceOutliner &space_outliner, const VisitorFn visitor) |
| void | blender::ed::outliner::tree_iterator::all (const ListBase &subtree, const VisitorFn visitor) |
| void | blender::ed::outliner::tree_iterator::all_open (const SpaceOutliner &space_outliner, const VisitorFn visitor) |
| void | blender::ed::outliner::tree_iterator::all_open (const SpaceOutliner &space_outliner, const ListBase &subtree, const VisitorFn visitor) |