Blender
V5.0
source
blender
editors
space_outliner
tree
tree_element_bone.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
ID
;
14
struct
Bone
;
15
16
namespace
blender::ed::outliner
{
17
18
class
TreeElementBone
final
:
public
AbstractTreeElement
{
19
/* Not needed right now, avoid unused member variable warning. */
20
// ID &armature_id_;
21
Bone
&bone_;
22
23
public
:
24
TreeElementBone
(
TreeElement
&legacy_te,
ID
&armature_id,
Bone
&bone);
25
};
26
27
}
// 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::TreeElementBone::TreeElementBone
TreeElementBone(TreeElement &legacy_te, ID &armature_id, Bone &bone)
Definition
tree_element_bone.cc:18
blender::ed::outliner
Definition
outliner_collections.cc:44
Bone
Definition
DNA_armature_types.h:67
ID
Definition
DNA_ID.h:414
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:87
tree_element.hh
Generated on
for Blender by
doxygen
1.16.1