Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QColorSpacePrivate::LUT Struct Reference

#include <qcolorspace_p.h>

+ Collaboration diagram for QColorSpacePrivate::LUT:

Public Member Functions

 LUT ()=default
 
 ~LUT ()=default
 
 LUT (const LUT &other)
 
std::shared_ptr< QColorTrcLut > & operator[] (int i)
 
const std::shared_ptr< QColorTrcLut > & operator[] (int i) const
 

Public Attributes

std::shared_ptr< QColorTrcLuttable [3]
 
QAtomicInt generated
 

Detailed Description

Definition at line 131 of file qcolorspace_p.h.

Constructor & Destructor Documentation

◆ LUT() [1/2]

QColorSpacePrivate::LUT::LUT ( )
default

◆ ~LUT()

QColorSpacePrivate::LUT::~LUT ( )
default

◆ LUT() [2/2]

QColorSpacePrivate::LUT::LUT ( const LUT & other)
inline

Definition at line 134 of file qcolorspace_p.h.

References generated, other(), and QBasicAtomicInteger< T >::storeRelaxed().

+ Here is the call graph for this function:

Member Function Documentation

◆ operator[]() [1/2]

std::shared_ptr< QColorTrcLut > & QColorSpacePrivate::LUT::operator[] ( int i)
inline

Definition at line 143 of file qcolorspace_p.h.

References i.

◆ operator[]() [2/2]

const std::shared_ptr< QColorTrcLut > & QColorSpacePrivate::LUT::operator[] ( int i) const
inline

Definition at line 144 of file qcolorspace_p.h.

References i.

Member Data Documentation

◆ generated

QAtomicInt QColorSpacePrivate::LUT::generated

Definition at line 146 of file qcolorspace_p.h.

Referenced by LUT().

◆ table

std::shared_ptr<QColorTrcLut> QColorSpacePrivate::LUT::table[3]

Definition at line 145 of file qcolorspace_p.h.


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