Blender
V5.0
source
blender
imbuf
opencolorio
OCIO_look.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
5
#pragma once
6
7
#include "
BLI_string_ref.hh
"
8
9
namespace
blender::ocio
{
10
11
class
Look
{
12
public
:
13
virtual
~Look
() =
default
;
14
22
int
index
= -1;
23
27
bool
is_noop
=
false
;
28
33
virtual
StringRefNull
name
()
const
= 0;
34
39
virtual
StringRefNull
ui_name
()
const
= 0;
40
44
virtual
StringRefNull
description
()
const
= 0;
45
49
virtual
StringRefNull
view
()
const
= 0;
50
55
virtual
StringRefNull
process_space
()
const
= 0;
56
};
57
58
}
// namespace blender::ocio
BLI_string_ref.hh
blender::StringRefNull
Definition
BLI_string_ref.hh:132
blender::ocio::Look
Definition
OCIO_look.hh:11
blender::ocio::Look::view
virtual StringRefNull view() const =0
blender::ocio::Look::~Look
virtual ~Look()=default
blender::ocio::Look::description
virtual StringRefNull description() const =0
blender::ocio::Look::is_noop
bool is_noop
Definition
OCIO_look.hh:27
blender::ocio::Look::index
int index
Definition
OCIO_look.hh:22
blender::ocio::Look::name
virtual StringRefNull name() const =0
blender::ocio::Look::ui_name
virtual StringRefNull ui_name() const =0
blender::ocio::Look::process_space
virtual StringRefNull process_space() const =0
blender::ocio
Definition
BLF_api.hh:35
Generated on
for Blender by
doxygen
1.16.1