Blender
V5.0
source
blender
editors
space_outliner
tree
tree_element_collection.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
8
9
#pragma once
10
11
#include "
tree_element.hh
"
12
13
struct
Scene
;
14
15
namespace
blender::ed::outliner
{
16
17
class
TreeElementCollectionBase
final
:
public
AbstractTreeElement
{
18
Scene
&scene_;
19
20
public
:
21
TreeElementCollectionBase
(
TreeElement
&legacy_te,
Scene
&scene);
22
23
void
expand
(
SpaceOutliner
&
/*soops*/
)
const override
;
24
};
25
26
}
// namespace blender::ed::outliner
final
#define final(a, b, c)
Definition
BLI_hash.h:19
blender::ed::outliner::AbstractTreeElement::AbstractTreeElement
AbstractTreeElement(TreeElement &legacy_te)
Definition
tree_element.hh:103
blender::ed::outliner::TreeElementCollectionBase::expand
void expand(SpaceOutliner &) const override
Definition
tree_element_collection.cc:27
blender::ed::outliner::TreeElementCollectionBase::TreeElementCollectionBase
TreeElementCollectionBase(TreeElement &legacy_te, Scene &scene)
Definition
tree_element_collection.cc:20
blender::ed::outliner
Definition
outliner_collections.cc:44
Scene
Definition
DNA_scene_types.h:2120
SpaceOutliner
Definition
DNA_space_types.h:187
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:87
tree_element.hh
Generated on
for Blender by
doxygen
1.16.1