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
CFX_GifImage Struct Reference

#include <cfx_gif.h>

+ Collaboration diagram for CFX_GifImage:

Public Member Functions

 CFX_GifImage ()
 
 ~CFX_GifImage ()
 

Public Attributes

std::unique_ptr< CFX_GifGraphicControlExtensionimage_GCE
 
std::vector< CFX_GifPalettelocal_palettes
 
DataVector< uint8_t > row_buffer
 
CFX_GifImageInfo image_info
 
uint8_t local_palette_exp
 
uint8_t code_exp
 
uint32_t data_pos
 
int32_t row_num
 

Detailed Description

Definition at line 114 of file cfx_gif.h.

Constructor & Destructor Documentation

◆ CFX_GifImage()

CFX_GifImage::CFX_GifImage ( )
default

◆ ~CFX_GifImage()

CFX_GifImage::~CFX_GifImage ( )
default

Member Data Documentation

◆ code_exp

uint8_t CFX_GifImage::code_exp

Definition at line 123 of file cfx_gif.h.

Referenced by fxcodec::CFX_GifContext::LoadFrame().

◆ data_pos

uint32_t CFX_GifImage::data_pos

Definition at line 124 of file cfx_gif.h.

Referenced by fxcodec::CFX_GifContext::LoadFrame().

◆ image_GCE

std::unique_ptr<CFX_GifGraphicControlExtension> CFX_GifImage::image_GCE

Definition at line 118 of file cfx_gif.h.

◆ image_info

CFX_GifImageInfo CFX_GifImage::image_info

Definition at line 121 of file cfx_gif.h.

Referenced by fxcodec::CFX_GifContext::LoadFrame().

◆ local_palette_exp

uint8_t CFX_GifImage::local_palette_exp

Definition at line 122 of file cfx_gif.h.

◆ local_palettes

std::vector<CFX_GifPalette> CFX_GifImage::local_palettes

Definition at line 119 of file cfx_gif.h.

◆ row_buffer

DataVector<uint8_t> CFX_GifImage::row_buffer

Definition at line 120 of file cfx_gif.h.

◆ row_num

int32_t CFX_GifImage::row_num

Definition at line 125 of file cfx_gif.h.

Referenced by fxcodec::CFX_GifContext::LoadFrame().


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