![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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] = {} |
Definition at line 25 of file png_decoder.cpp.
|
explicit |
Definition at line 171 of file png_decoder.cpp.
References CPngContext().
Referenced by CPngContext().
|
override |
Definition at line 174 of file png_decoder.cpp.
|
explicit |
|
override |
| UnownedPtr< PngDecoder::Delegate > const CPngContext::m_pDelegate |
Definition at line 32 of file png_decoder.cpp.
| png_infop CPngContext::m_pInfo = nullptr |
Definition at line 31 of file png_decoder.cpp.
| png_structp CPngContext::m_pPng = nullptr |
Definition at line 30 of file png_decoder.cpp.
| char CPngContext::m_szLastError = {} |
Definition at line 33 of file png_decoder.cpp.
Referenced by fxcodec::PngDecoder::ContinueDecode().