Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
BMP_FILEHDR Struct Reference

#include <qbmphandler_p.h>

+ Collaboration diagram for BMP_FILEHDR:

Public Attributes

char bfType [2]
 
qint32 bfSize
 
qint16 bfReserved1
 
qint16 bfReserved2
 
qint32 bfOffBits
 

Detailed Description

Definition at line 25 of file qbmphandler_p.h.

Member Data Documentation

◆ bfOffBits

qint32 BMP_FILEHDR::bfOffBits

Definition at line 30 of file qbmphandler_p.h.

Referenced by QBmpHandler::read().

◆ bfReserved1

qint16 BMP_FILEHDR::bfReserved1

Definition at line 28 of file qbmphandler_p.h.

◆ bfReserved2

qint16 BMP_FILEHDR::bfReserved2

Definition at line 29 of file qbmphandler_p.h.

◆ bfSize

qint32 BMP_FILEHDR::bfSize

Definition at line 27 of file qbmphandler_p.h.

◆ bfType

char BMP_FILEHDR::bfType[2]

Definition at line 26 of file qbmphandler_p.h.


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