Blender
V4.5
source
blender
editors
space_outliner
tree
tree_element_id_scene.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
#include "
tree_element_id.hh
"
12
13
struct
Scene
;
14
15
namespace
blender::ed::outliner
{
16
17
class
TreeElementIDScene
final
:
public
TreeElementID
{
18
Scene
&scene_;
19
20
public
:
21
TreeElementIDScene
(
TreeElement
&legacy_te,
Scene
&
scene
);
22
23
void
expand
(
SpaceOutliner
&
/*soops*/
)
const override
;
24
25
private
:
26
void
expand_view_layers()
const
;
27
void
expand_world()
const
;
28
void
expand_collections()
const
;
29
void
expand_objects()
const
;
30
};
31
32
}
// namespace blender::ed::outliner
final
#define final(a, b, c)
Definition
BLI_hash.h:19
blender::ed::outliner::TreeElementIDScene
Definition
tree_element_id_scene.hh:17
blender::ed::outliner::TreeElementIDScene::expand
void expand(SpaceOutliner &) const override
Definition
tree_element_id_scene.cc:23
blender::ed::outliner::TreeElementIDScene::TreeElementIDScene
TreeElementIDScene(TreeElement &legacy_te, Scene &scene)
Definition
tree_element_id_scene.cc:18
blender::ed::outliner::TreeElementID
Definition
tree_element_id.hh:20
scene
Scene scene
Definition
deg_eval_copy_on_write.cc:98
blender::ed::outliner
Definition
outliner_collections.cc:44
Scene
Definition
DNA_scene_types.h:2106
SpaceOutliner
Definition
DNA_space_types.h:187
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:86
tree_element_id.hh
Generated on Fri Apr 3 2026 06:33:18 for Blender by
doxygen
1.11.0