Blender
V5.0
source
blender
editors
space_outliner
tree
tree_element_action_slot.cc
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
#include "
DNA_action_types.h
"
10
11
#include "
../outliner_intern.hh
"
12
13
#include "
tree_element_action_slot.hh
"
14
15
#include "
ANIM_action.hh
"
16
17
namespace
blender::ed::outliner
{
18
19
TreeElementActionSlot::TreeElementActionSlot
(
TreeElement
&legacy_te,
blender::animrig::Slot
&slot)
20
:
AbstractTreeElement
(legacy_te)
21
{
22
legacy_te.
name
= &slot.
identifier
[2];
23
legacy_te.
directdata
= &slot;
24
}
25
26
}
// namespace blender::ed::outliner
ANIM_action.hh
Functions and classes to work with Actions.
DNA_action_types.h
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::ed::outliner
Definition
outliner_collections.cc:44
outliner_intern.hh
ActionSlot::identifier
char identifier[258]
Definition
DNA_action_types.h:1201
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:87
blender::ed::outliner::TreeElement::name
const char * name
Definition
outliner_intern.hh:105
blender::ed::outliner::TreeElement::directdata
void * directdata
Definition
outliner_intern.hh:106
tree_element_action_slot.hh
Generated on
for Blender by
doxygen
1.16.1