![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qbmphandler_p.h>
Public Attributes | |
char | bfType [2] |
qint32 | bfSize |
qint16 | bfReserved1 |
qint16 | bfReserved2 |
qint32 | bfOffBits |
Definition at line 26 of file qbmphandler_p.h.
qint32 BMP_FILEHDR::bfOffBits |
Definition at line 31 of file qbmphandler_p.h.
qint16 BMP_FILEHDR::bfReserved1 |
Definition at line 29 of file qbmphandler_p.h.
qint16 BMP_FILEHDR::bfReserved2 |
Definition at line 30 of file qbmphandler_p.h.
qint32 BMP_FILEHDR::bfSize |
Definition at line 28 of file qbmphandler_p.h.
char BMP_FILEHDR::bfType[2] |
Definition at line 27 of file qbmphandler_p.h.