Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
PatternValue Class Reference

#include <cpdf_colorspace.h>

Collaboration diagram for PatternValue:

Public Member Functions

 PatternValue ()
 PatternValue (const PatternValue &that)
 ~PatternValue ()
void SetComps (pdfium::span< const float > comps)
pdfium::span< const float > GetComps () const
RetainPtr< CPDF_PatternGetPattern () const
void SetPattern (RetainPtr< CPDF_Pattern > pPattern)

Detailed Description

Definition at line 35 of file cpdf_colorspace.h.

Constructor & Destructor Documentation

◆ PatternValue() [1/2]

PatternValue::PatternValue ( )
default

◆ PatternValue() [2/2]

PatternValue::PatternValue ( const PatternValue & that)
default

◆ ~PatternValue()

PatternValue::~PatternValue ( )
default

Member Function Documentation

◆ GetComps()

pdfium::span< const float > PatternValue::GetComps ( ) const
inline

Definition at line 42 of file cpdf_colorspace.h.

◆ GetPattern()

RetainPtr< CPDF_Pattern > PatternValue::GetPattern ( ) const
inline

Definition at line 43 of file cpdf_colorspace.h.

◆ SetComps()

void PatternValue::SetComps ( pdfium::span< const float > comps)

Definition at line 458 of file cpdf_colorspace.cpp.

◆ SetPattern()

void PatternValue::SetPattern ( RetainPtr< CPDF_Pattern > pPattern)
inline

Definition at line 44 of file cpdf_colorspace.h.


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