Blender
V5.0
source
blender
editors
space_outliner
tree
tree_element_id_texture.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_id.hh
"
12
13
struct
Tex
;
14
15
namespace
blender::ed::outliner
{
16
17
class
TreeElementIDTexture
final
:
public
TreeElementID
{
18
Tex
&texture_;
19
20
public
:
21
TreeElementIDTexture
(
TreeElement
&legacy_te,
Tex
&
texture
);
22
23
void
expand
(
SpaceOutliner
&
/*soops*/
)
const override
;
24
25
private
:
26
void
expand_image()
const
;
27
};
28
29
}
// namespace blender::ed::outliner
final
#define final(a, b, c)
Definition
BLI_hash.h:19
blender::ed::outliner::TreeElementIDTexture::expand
void expand(SpaceOutliner &) const override
Definition
tree_element_id_texture.cc:23
blender::ed::outliner::TreeElementIDTexture::TreeElementIDTexture
TreeElementIDTexture(TreeElement &legacy_te, Tex &texture)
Definition
tree_element_id_texture.cc:18
blender::ed::outliner::TreeElementID::TreeElementID
TreeElementID(TreeElement &legacy_te, ID &id)
Definition
tree_element_id.cc:103
texture
TEX_TEMPLATE DataVec texture(T, FltCoord, float=0.0f) RET
blender::ed::outliner
Definition
outliner_collections.cc:44
SpaceOutliner
Definition
DNA_space_types.h:187
Tex
Definition
DNA_texture_types.h:73
blender::ed::outliner::TreeElement
Definition
outliner_intern.hh:87
tree_element_id.hh
Generated on
for Blender by
doxygen
1.16.1