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::GifProgressiveDecoder Class Referencefinal

#include <gif_progressive_decoder.h>

+ Inheritance diagram for fxcodec::GifProgressiveDecoder:
+ Collaboration diagram for fxcodec::GifProgressiveDecoder:

Public Member Functions

FX_FILESIZE GetAvailInput (Context *context) const override
 
bool Input (Context *context, RetainPtr< CFX_CodecMemory > codec_memory) override
 
- Public Member Functions inherited from fxcodec::ProgressiveDecoderIface
virtual ~ProgressiveDecoderIface ()=default
 

Static Public Member Functions

static void InitializeGlobals ()
 
static void DestroyGlobals ()
 
static GifProgressiveDecoderGetInstance ()
 

Private Member Functions

 ~GifProgressiveDecoder () override
 

Detailed Description

Definition at line 18 of file gif_progressive_decoder.h.

Member Function Documentation

◆ ~GifProgressiveDecoder()

fxcodec::GifProgressiveDecoder::~GifProgressiveDecoder ( )
overrideprivatedefault

◆ DestroyGlobals()

void fxcodec::GifProgressiveDecoder::DestroyGlobals ( )
static

Definition at line 28 of file gif_progressive_decoder.cpp.

◆ GetAvailInput()

FX_FILESIZE fxcodec::GifProgressiveDecoder::GetAvailInput ( Context * context) const
overridevirtual

Implements fxcodec::ProgressiveDecoderIface.

Definition at line 42 of file gif_progressive_decoder.cpp.

References fxcodec::GifDecoder::GetAvailInput().

+ Here is the call graph for this function:

◆ GetInstance()

GifProgressiveDecoder * fxcodec::GifProgressiveDecoder::GetInstance ( )
static

Definition at line 34 of file gif_progressive_decoder.cpp.

◆ InitializeGlobals()

void fxcodec::GifProgressiveDecoder::InitializeGlobals ( )
static

Definition at line 22 of file gif_progressive_decoder.cpp.

◆ Input()

bool fxcodec::GifProgressiveDecoder::Input ( Context * context,
RetainPtr< CFX_CodecMemory > codec_memory )
overridevirtual

Implements fxcodec::ProgressiveDecoderIface.

Definition at line 46 of file gif_progressive_decoder.cpp.

References fxcodec::GifDecoder::Input().

+ Here is the call graph for this function:

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