Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
BMP_INFOHDR Struct Reference

#include <qbmphandler_p.h>

+ Collaboration diagram for BMP_INFOHDR:

Public Attributes

qint32 biSize
 
qint32 biWidth
 
qint32 biHeight
 
qint16 biPlanes
 
qint16 biBitCount
 
qint32 biCompression
 
qint32 biSizeImage
 
qint32 biXPelsPerMeter
 
qint32 biYPelsPerMeter
 
qint32 biClrUsed
 
qint32 biClrImportant
 
quint32 biRedMask
 
quint32 biGreenMask
 
quint32 biBlueMask
 
quint32 biAlphaMask
 
qint32 biCSType
 
qint32 biEndpoints [9]
 
qint32 biGammaRed
 
qint32 biGammaGreen
 
qint32 biGammaBlue
 
qint32 biIntent
 
qint32 biProfileData
 
qint32 biProfileSize
 
qint32 biReserved
 

Detailed Description

Definition at line 33 of file qbmphandler_p.h.

Member Data Documentation

◆ biAlphaMask

quint32 BMP_INFOHDR::biAlphaMask

Definition at line 49 of file qbmphandler_p.h.

Referenced by operator<<(), operator>>(), QBmpHandler::option(), and read_dib_body().

◆ biBitCount

◆ biBlueMask

quint32 BMP_INFOHDR::biBlueMask

Definition at line 48 of file qbmphandler_p.h.

Referenced by operator<<(), operator>>(), and read_dib_body().

◆ biClrImportant

qint32 BMP_INFOHDR::biClrImportant

Definition at line 44 of file qbmphandler_p.h.

Referenced by operator<<(), operator>>(), qt_write_dib(), read_dib_body(), and ICOReader::write().

◆ biClrUsed

qint32 BMP_INFOHDR::biClrUsed

Definition at line 43 of file qbmphandler_p.h.

Referenced by operator<<(), operator>>(), qt_write_dib(), read_dib_body(), and ICOReader::write().

◆ biCompression

◆ biCSType

qint32 BMP_INFOHDR::biCSType

Definition at line 50 of file qbmphandler_p.h.

Referenced by operator<<(), and operator>>().

◆ biEndpoints

qint32 BMP_INFOHDR::biEndpoints[9]

Definition at line 51 of file qbmphandler_p.h.

Referenced by operator<<(), and operator>>().

◆ biGammaBlue

qint32 BMP_INFOHDR::biGammaBlue

Definition at line 54 of file qbmphandler_p.h.

Referenced by operator<<(), and operator>>().

◆ biGammaGreen

qint32 BMP_INFOHDR::biGammaGreen

Definition at line 53 of file qbmphandler_p.h.

Referenced by operator<<(), and operator>>().

◆ biGammaRed

qint32 BMP_INFOHDR::biGammaRed

Definition at line 52 of file qbmphandler_p.h.

Referenced by operator<<(), and operator>>().

◆ biGreenMask

quint32 BMP_INFOHDR::biGreenMask

Definition at line 47 of file qbmphandler_p.h.

Referenced by operator<<(), operator>>(), and read_dib_body().

◆ biHeight

◆ biIntent

qint32 BMP_INFOHDR::biIntent

Definition at line 56 of file qbmphandler_p.h.

Referenced by operator<<(), and operator>>().

◆ biPlanes

qint16 BMP_INFOHDR::biPlanes

◆ biProfileData

qint32 BMP_INFOHDR::biProfileData

Definition at line 57 of file qbmphandler_p.h.

Referenced by operator<<(), and operator>>().

◆ biProfileSize

qint32 BMP_INFOHDR::biProfileSize

Definition at line 58 of file qbmphandler_p.h.

Referenced by operator<<(), and operator>>().

◆ biRedMask

quint32 BMP_INFOHDR::biRedMask

Definition at line 46 of file qbmphandler_p.h.

Referenced by operator<<(), operator>>(), and read_dib_body().

◆ biReserved

qint32 BMP_INFOHDR::biReserved

Definition at line 59 of file qbmphandler_p.h.

Referenced by operator<<(), and operator>>().

◆ biSize

◆ biSizeImage

qint32 BMP_INFOHDR::biSizeImage

◆ biWidth

◆ biXPelsPerMeter

qint32 BMP_INFOHDR::biXPelsPerMeter

Definition at line 41 of file qbmphandler_p.h.

Referenced by operator<<(), operator>>(), qt_write_dib(), read_dib_body(), and ICOReader::write().

◆ biYPelsPerMeter

qint32 BMP_INFOHDR::biYPelsPerMeter

Definition at line 42 of file qbmphandler_p.h.

Referenced by operator<<(), operator>>(), qt_write_dib(), read_dib_body(), and ICOReader::write().


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