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

#include <fx_bmp.h>

+ Collaboration diagram for BmpInfoHeader:

Public Attributes

uint32_t biSize
 
int32_t biWidth
 
int32_t biHeight
 
uint16_t biPlanes
 
uint16_t biBitCount
 
uint32_t biCompression
 
uint32_t biSizeImage
 
int32_t biXPelsPerMeter
 
int32_t biYPelsPerMeter
 
uint32_t biClrUsed
 
uint32_t biClrImportant
 

Detailed Description

Definition at line 29 of file fx_bmp.h.

Member Data Documentation

◆ biBitCount

uint16_t BmpInfoHeader::biBitCount

Definition at line 34 of file fx_bmp.h.

◆ biClrImportant

uint32_t BmpInfoHeader::biClrImportant

Definition at line 40 of file fx_bmp.h.

◆ biClrUsed

uint32_t BmpInfoHeader::biClrUsed

Definition at line 39 of file fx_bmp.h.

◆ biCompression

uint32_t BmpInfoHeader::biCompression

Definition at line 35 of file fx_bmp.h.

◆ biHeight

int32_t BmpInfoHeader::biHeight

Definition at line 32 of file fx_bmp.h.

◆ biPlanes

uint16_t BmpInfoHeader::biPlanes

Definition at line 33 of file fx_bmp.h.

◆ biSize

uint32_t BmpInfoHeader::biSize

Definition at line 30 of file fx_bmp.h.

◆ biSizeImage

uint32_t BmpInfoHeader::biSizeImage

Definition at line 36 of file fx_bmp.h.

◆ biWidth

int32_t BmpInfoHeader::biWidth

Definition at line 31 of file fx_bmp.h.

◆ biXPelsPerMeter

int32_t BmpInfoHeader::biXPelsPerMeter

Definition at line 37 of file fx_bmp.h.

◆ biYPelsPerMeter

int32_t BmpInfoHeader::biYPelsPerMeter

Definition at line 38 of file fx_bmp.h.


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