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
CPngContext Class Referencefinal
+ Inheritance diagram for CPngContext:
+ Collaboration diagram for CPngContext:

Public Member Functions

 CPngContext (PngDecoder::Delegate *pDelegate)
 
 ~CPngContext () override
 
 CPngContext (PngDecoder::Delegate *pDelegate)
 
 ~CPngContext () override
 

Public Attributes

png_structp m_pPng = nullptr
 
png_infop m_pInfo = nullptr
 
UnownedPtr< PngDecoder::Delegate > const m_pDelegate
 
char m_szLastError [PNG_ERROR_SIZE] = {}
 

Detailed Description

Definition at line 25 of file png_decoder.cpp.

Constructor & Destructor Documentation

◆ CPngContext() [1/2]

CPngContext::CPngContext ( PngDecoder::Delegate * pDelegate)
explicit

Definition at line 174 of file png_decoder.cpp.

References CPngContext().

Referenced by CPngContext().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CPngContext() [1/2]

CPngContext::~CPngContext ( )
override

Definition at line 177 of file png_decoder.cpp.

◆ CPngContext() [2/2]

CPngContext::CPngContext ( PngDecoder::Delegate * pDelegate)
explicit

◆ ~CPngContext() [2/2]

CPngContext::~CPngContext ( )
override

Member Data Documentation

◆ m_pDelegate

UnownedPtr< PngDecoder::Delegate > const CPngContext::m_pDelegate

Definition at line 32 of file png_decoder.cpp.

◆ m_pInfo

png_infop CPngContext::m_pInfo = nullptr

Definition at line 31 of file png_decoder.cpp.

◆ m_pPng

png_structp CPngContext::m_pPng = nullptr

Definition at line 30 of file png_decoder.cpp.

◆ m_szLastError

char CPngContext::m_szLastError = {}

Definition at line 33 of file png_decoder.cpp.

Referenced by fxcodec::PngDecoder::ContinueDecode().


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