Blender
V4.3
source
blender
editors
space_outliner
tree
tree_element_bone_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
struct
bArmature
;
14
struct
BoneCollection
;
15
16
namespace
blender::ed::outliner
{
17
18
class
TreeElementBoneCollectionBase
final :
public
AbstractTreeElement
{
19
bArmature
&armature_;
20
21
public
:
22
TreeElementBoneCollectionBase
(
TreeElement
&legacy_te,
bArmature
&armature);
23
void
expand
(
SpaceOutliner
&)
const override
;
24
};
25
26
class
TreeElementBoneCollection
final :
public
AbstractTreeElement
{
27
bArmature
&armature_;
28
BoneCollection
&bcoll_;
29
30
public
:
31
TreeElementBoneCollection
(
TreeElement
&legacy_te,
bArmature
&armature,
BoneCollection
&bcoll);
32
void
expand
(
SpaceOutliner
&)
const override
;
33
};
34
35
}
// namespace blender::ed::outliner
blender::ed::outliner::AbstractTreeElement
Definition
tree_element.hh:29
blender::ed::outliner::TreeElementBoneCollectionBase
Definition
tree_element_bone_collection.hh:18
blender::ed::outliner::TreeElementBoneCollectionBase::expand
void expand(SpaceOutliner &) const override
Definition
tree_element_bone_collection.cc:28
blender::ed::outliner::TreeElementBoneCollectionBase::TreeElementBoneCollectionBase
TreeElementBoneCollectionBase(TreeElement &legacy_te, bArmature &armature)
Definition
tree_element_bone_collection.cc:20
blender::ed::outliner::TreeElementBoneCollection
Definition
tree_element_bone_collection.hh:26
blender::ed::outliner::TreeElementBoneCollection::expand
void expand(SpaceOutliner &) const override
Definition
tree_element_bone_collection.cc:48
blender::ed::outliner::TreeElementBoneCollection::TreeElementBoneCollection
TreeElementBoneCollection(TreeElement &legacy_te, bArmature &armature, BoneCollection &bcoll)
Definition
tree_element_bone_collection.cc:38
blender::ed::outliner
Definition
outliner_collections.cc:42
BoneCollection
Definition
DNA_armature_types.h:251
SpaceOutliner
Definition
DNA_space_types.h:289
bArmature
Definition
DNA_armature_types.h:157
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