Blender
V5.0
source
blender
editors
space_outliner
tree
tree_element_id_action.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_id.hh
"
12
13
#include "
ANIM_action.hh
"
14
15
#include <optional>
16
17
struct
bAction
;
18
19
namespace
blender::ed::outliner
{
20
21
class
TreeElementIDAction
final
:
public
TreeElementID
{
22
bAction
&action_;
23
31
std::optional<animrig::slot_handle_t> slot_handle_ = std::nullopt;
32
33
public
:
34
TreeElementIDAction
(
TreeElement
&legacy_te,
bAction
&action);
35
42
void
expand
(
SpaceOutliner
&space_outliner)
const override
;
43
};
44
45
}
// namespace blender::ed::outliner
ANIM_action.hh
Functions and classes to work with Actions.
final
#define final(a, b, c)
Definition
BLI_hash.h:19
blender::ed::outliner::TreeElementIDAction::TreeElementIDAction
TreeElementIDAction(TreeElement &legacy_te, bAction &action)
Definition
tree_element_id_action.cc:22
blender::ed::outliner::TreeElementIDAction::expand
void expand(SpaceOutliner &space_outliner) const override
Definition
tree_element_id_action.cc:60
blender::ed::outliner::TreeElementID::TreeElementID
TreeElementID(TreeElement &legacy_te, ID &id)
Definition
tree_element_id.cc:103
blender::ed::outliner
Definition
outliner_collections.cc:44
SpaceOutliner
Definition
DNA_space_types.h:187
bAction
Definition
DNA_action_types.h:800
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:87
tree_element_id.hh
Generated on
for Blender by
doxygen
1.16.1