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
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 26 of file qbmphandler_p.h.

Member Data Documentation

◆ bfOffBits

qint32 BMP_FILEHDR::bfOffBits

Definition at line 31 of file qbmphandler_p.h.

◆ bfReserved1

qint16 BMP_FILEHDR::bfReserved1

Definition at line 29 of file qbmphandler_p.h.

◆ bfReserved2

qint16 BMP_FILEHDR::bfReserved2

Definition at line 30 of file qbmphandler_p.h.

◆ bfSize

qint32 BMP_FILEHDR::bfSize

Definition at line 28 of file qbmphandler_p.h.

◆ bfType

char BMP_FILEHDR::bfType[2]

Definition at line 27 of file qbmphandler_p.h.


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