![]() |
Qt 6.x
The Qt SDK
|
#include <qbmphandler_p.h>
Public Attributes | |
char | bfType [2] |
qint32 | bfSize |
qint16 | bfReserved1 |
qint16 | bfReserved2 |
qint32 | bfOffBits |
Definition at line 25 of file qbmphandler_p.h.
qint32 BMP_FILEHDR::bfOffBits |
Definition at line 30 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), QBmpHandler::read(), and QBmpHandler::write().
qint16 BMP_FILEHDR::bfReserved1 |
Definition at line 28 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), and QBmpHandler::write().
qint16 BMP_FILEHDR::bfReserved2 |
Definition at line 29 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), and QBmpHandler::write().
qint32 BMP_FILEHDR::bfSize |
Definition at line 27 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), and QBmpHandler::write().
char BMP_FILEHDR::bfType[2] |
Definition at line 26 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), read_dib_fileheader(), and QBmpHandler::write().