Blender
V4.3
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
namespace
blender::ed::outliner
{
14
15
class
TreeElementIDScene
final :
public
TreeElementID
{
16
Scene
&scene_;
17
18
public
:
19
TreeElementIDScene
(
TreeElement
&legacy_te,
Scene
&scene);
20
21
void
expand
(
SpaceOutliner
&)
const override
;
22
23
private
:
24
void
expand_view_layers()
const
;
25
void
expand_world()
const
;
26
void
expand_collections()
const
;
27
void
expand_objects()
const
;
28
};
29
30
}
// namespace blender::ed::outliner
blender::ed::outliner::TreeElementIDScene
Definition
tree_element_id_scene.hh:15
blender::ed::outliner::TreeElementIDScene::expand
void expand(SpaceOutliner &) const override
Definition
tree_element_id_scene.cc:24
blender::ed::outliner::TreeElementIDScene::TreeElementIDScene
TreeElementIDScene(TreeElement &legacy_te, Scene &scene)
Definition
tree_element_id_scene.cc:19
blender::ed::outliner::TreeElementID
Definition
tree_element_id.hh:20
blender::ed::outliner
Definition
outliner_collections.cc:42
Scene
Definition
DNA_scene_types.h:1988
SpaceOutliner
Definition
DNA_space_types.h:289
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:84
tree_element_id.hh
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0