Blender
V4.3
source
blender
editors
space_outliner
tree
tree_element_id_grease_pencil.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_id.hh
"
12
13
struct
GreasePencil
;
14
15
namespace
blender::ed::outliner
{
16
17
class
TreeElementIDGreasePencil
final :
public
TreeElementID
{
18
GreasePencil
&grease_pencil_;
19
20
public
:
21
TreeElementIDGreasePencil
(
TreeElement
&legacy_te,
GreasePencil
&grease_pencil_);
22
23
void
expand
(
SpaceOutliner
&)
const override
;
24
25
private
:
26
void
expand_layer_tree()
const
;
27
};
28
29
}
// namespace blender::ed::outliner
blender::ed::outliner::TreeElementIDGreasePencil
Definition
tree_element_id_grease_pencil.hh:17
blender::ed::outliner::TreeElementIDGreasePencil::expand
void expand(SpaceOutliner &) const override
Definition
tree_element_id_grease_pencil.cc:27
blender::ed::outliner::TreeElementIDGreasePencil::TreeElementIDGreasePencil
TreeElementIDGreasePencil(TreeElement &legacy_te, GreasePencil &grease_pencil_)
Definition
tree_element_id_grease_pencil.cc:21
blender::ed::outliner::TreeElementID
Definition
tree_element_id.hh:20
blender::ed::outliner
Definition
outliner_collections.cc:42
GreasePencil
Definition
DNA_grease_pencil_types.h:442
SpaceOutliner
Definition
DNA_space_types.h:289
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:84
tree_element_id.hh
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0