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
fxcodec::PngDecoder::Delegate Class Referenceabstract

#include <png_decoder.h>

+ Collaboration diagram for fxcodec::PngDecoder::Delegate:

Public Member Functions

virtual bool PngReadHeader (int width, int height, int bpc, int pass, int *color_type, double *gamma)=0
 
virtual bool PngAskScanlineBuf (int line, uint8_t **pSrcBuf)=0
 
virtual void PngFillScanlineBufCompleted (int pass, int line)=0
 

Detailed Description

Definition at line 25 of file png_decoder.h.

Member Function Documentation

◆ PngAskScanlineBuf()

virtual bool fxcodec::PngDecoder::Delegate::PngAskScanlineBuf ( int line,
uint8_t ** pSrcBuf )
pure virtual

◆ PngFillScanlineBufCompleted()

virtual void fxcodec::PngDecoder::Delegate::PngFillScanlineBufCompleted ( int pass,
int line )
pure virtual

◆ PngReadHeader()

virtual bool fxcodec::PngDecoder::Delegate::PngReadHeader ( int width,
int height,
int bpc,
int pass,
int * color_type,
double * gamma )
pure virtual

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