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

#include <bmp_progressive_decoder.h>

+ Inheritance diagram for fxcodec::BmpProgressiveDecoder:
+ Collaboration diagram for fxcodec::BmpProgressiveDecoder:

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 BmpProgressiveDecoderGetInstance ()
 

Private Member Functions

 ~BmpProgressiveDecoder () override
 

Detailed Description

Definition at line 18 of file bmp_progressive_decoder.h.

Member Function Documentation

◆ ~BmpProgressiveDecoder()

fxcodec::BmpProgressiveDecoder::~BmpProgressiveDecoder ( )
overrideprivatedefault

◆ DestroyGlobals()

void fxcodec::BmpProgressiveDecoder::DestroyGlobals ( )
static

Definition at line 28 of file bmp_progressive_decoder.cpp.

◆ GetAvailInput()

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

Implements fxcodec::ProgressiveDecoderIface.

Definition at line 42 of file bmp_progressive_decoder.cpp.

References fxcodec::BmpDecoder::GetAvailInput().

+ Here is the call graph for this function:

◆ GetInstance()

BmpProgressiveDecoder * fxcodec::BmpProgressiveDecoder::GetInstance ( )
static

Definition at line 34 of file bmp_progressive_decoder.cpp.

◆ InitializeGlobals()

void fxcodec::BmpProgressiveDecoder::InitializeGlobals ( )
static

Definition at line 22 of file bmp_progressive_decoder.cpp.

◆ Input()

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

Implements fxcodec::ProgressiveDecoderIface.

Definition at line 46 of file bmp_progressive_decoder.cpp.

References fxcodec::BmpDecoder::Input().

+ Here is the call graph for this function:

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