Blender
V4.5
source
blender
imbuf
opencolorio
intern
fallback
fallback_default_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 "
OCIO_view.hh
"
8
9
namespace
blender::ocio
{
10
11
class
FallbackDefaultView
:
public
View
{
12
public
:
13
FallbackDefaultView
()
14
{
15
this->
index
= 0;
16
}
17
18
StringRefNull
name
()
const override
19
{
20
return
"Standard"
;
21
}
22
};
23
24
}
// namespace blender::ocio
OCIO_view.hh
blender::StringRefNull
Definition
BLI_string_ref.hh:132
blender::ocio::FallbackDefaultView::FallbackDefaultView
FallbackDefaultView()
Definition
fallback_default_view.hh:13
blender::ocio::FallbackDefaultView::name
StringRefNull name() const override
Definition
fallback_default_view.hh:18
blender::ocio::View
Definition
OCIO_view.hh:11
blender::ocio::View::index
int index
Definition
OCIO_view.hh:19
blender::ocio
Definition
BLF_api.hh:32
Generated on
for Blender by
doxygen
1.15.0