Blender
V5.0
source
blender
editors
space_outliner
tree
tree_element_action_slot.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2025 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
bAction
;
14
namespace
blender::animrig
{
15
class
Slot
;
16
}
17
18
namespace
blender::ed::outliner
{
19
20
class
TreeElementActionSlot
final
:
public
AbstractTreeElement
{
21
22
public
:
23
TreeElementActionSlot
(
TreeElement
&legacy_te,
blender::animrig::Slot
&slot);
24
};
25
26
}
// namespace blender::ed::outliner
final
#define final(a, b, c)
Definition
BLI_hash.h:19
blender::animrig::Slot
Definition
ANIM_action.hh:765
blender::ed::outliner::AbstractTreeElement::AbstractTreeElement
AbstractTreeElement(TreeElement &legacy_te)
Definition
tree_element.hh:103
blender::ed::outliner::TreeElementActionSlot::TreeElementActionSlot
TreeElementActionSlot(TreeElement &legacy_te, blender::animrig::Slot &slot)
Definition
tree_element_action_slot.cc:19
blender::animrig
Definition
ANIM_action.hh:36
blender::ed::outliner
Definition
outliner_collections.cc:44
bAction
Definition
DNA_action_types.h:800
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:87
tree_element.hh
Generated on
for Blender by
doxygen
1.16.1