Blender V4.5
blender::ocio::View Class Referenceabstract

#include <OCIO_view.hh>

Inherited by blender::ocio::FallbackDefaultView.

Public Member Functions

virtual ~View ()=default
virtual StringRefNull name () const =0

Public Attributes

int index = -1

Detailed Description

Definition at line 11 of file OCIO_view.hh.

Constructor & Destructor Documentation

◆ ~View()

virtual blender::ocio::View::~View ( )
virtualdefault

Member Function Documentation

◆ name()

virtual StringRefNull blender::ocio::View::name ( ) const
pure virtual

Name of this view. The name is used to address to this view from various places of the configuration.

Implemented in blender::ocio::FallbackDefaultView.

Referenced by colormanage_check_view_settings(), IMB_colormanagement_display_get_default_view_transform_name(), IMB_colormanagement_init_default_view_settings(), and IMB_colormanagement_validate_settings().

Member Data Documentation

◆ index

int blender::ocio::View::index = -1

Index of the view within the display that owns it. The index is 0-based.

Definition at line 19 of file OCIO_view.hh.

Referenced by blender::ocio::FallbackDefaultView::FallbackDefaultView().


The documentation for this class was generated from the following file: