|
Blender V4.3
|
#include <outliner_intern.hh>
Public Member Functions | |
| SpaceOutliner_Runtime ()=default | |
| SpaceOutliner_Runtime (const SpaceOutliner_Runtime &) | |
| ~SpaceOutliner_Runtime ()=default | |
Public Attributes | |
| std::unique_ptr< AbstractTreeDisplay > | tree_display |
| std::unique_ptr< treehash::TreeHash > | tree_hash |
Definition at line 53 of file outliner_intern.hh.
|
default |
| blender::ed::outliner::SpaceOutliner_Runtime::SpaceOutliner_Runtime | ( | const SpaceOutliner_Runtime & | ) |
Used for copying runtime data to a duplicated space.
Definition at line 55 of file space_outliner.cc.
|
default |
| std::unique_ptr<AbstractTreeDisplay> blender::ed::outliner::SpaceOutliner_Runtime::tree_display |
Object to create and manage the tree for a specific display type (View Layers, Scenes, Blender File, etc.).
Definition at line 56 of file outliner_intern.hh.
Referenced by blender::ed::outliner::outliner_build_tree(), blender::ed::outliner::outliner_shows_mode_column(), and blender::ed::outliner::outliner_tag_redraw_avoid_rebuild_on_open_change().
| std::unique_ptr<treehash::TreeHash> blender::ed::outliner::SpaceOutliner_Runtime::tree_hash |
Definition at line 59 of file outliner_intern.hh.
Referenced by blender::ed::outliner::check_persistent(), blender::ed::outliner::outliner_build_tree(), blender::ed::outliner::outliner_id_remap(), and blender::ed::outliner::outliner_storage_cleanup().