Blender
V4.3
source
blender
editors
space_outliner
tree
tree_element_view_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
9
#pragma once
10
11
#include "
tree_element.hh
"
12
13
namespace
blender::ed::outliner
{
14
15
class
TreeElementViewCollectionBase
final :
public
AbstractTreeElement
{
16
/* Not needed right now, avoid unused member variable warning. */
17
// Scene &scene_;
18
19
public
:
20
TreeElementViewCollectionBase
(
TreeElement
&legacy_te,
Scene
&scene);
21
};
22
23
}
// namespace blender::ed::outliner
blender::ed::outliner::AbstractTreeElement
Definition
tree_element.hh:29
blender::ed::outliner::TreeElementViewCollectionBase
Definition
tree_element_view_collection.hh:15
blender::ed::outliner::TreeElementViewCollectionBase::TreeElementViewCollectionBase
TreeElementViewCollectionBase(TreeElement &legacy_te, Scene &scene)
Definition
tree_element_view_collection.cc:20
blender::ed::outliner
Definition
outliner_collections.cc:42
Scene
Definition
DNA_scene_types.h:1988
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:84
tree_element.hh
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0