Blender
V3.3
|
#include "BLI_function_ref.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::ed | |
blender::ed::outliner | |
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) |