Blender
V4.5
source
blender
imbuf
opencolorio
OCIO_view.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
View
{
12
public
:
13
virtual
~View
() =
default
;
14
19
int
index
= -1;
20
25
virtual
StringRefNull
name
()
const
= 0;
26
};
27
28
}
// namespace blender::ocio
BLI_string_ref.hh
blender::StringRefNull
Definition
BLI_string_ref.hh:132
blender::ocio::View
Definition
OCIO_view.hh:11
blender::ocio::View::index
int index
Definition
OCIO_view.hh:19
blender::ocio::View::name
virtual StringRefNull name() const =0
blender::ocio::View::~View
virtual ~View()=default
blender::ocio
Definition
BLF_api.hh:32
Generated on
for Blender by
doxygen
1.15.0