Qt 4.8
|
#include <qbmphandler_p.h>
Public Variables | |
qint32 | bfOffBits |
qint16 | bfReserved1 |
qint16 | bfReserved2 |
qint32 | bfSize |
char | bfType [2] |
Definition at line 62 of file qbmphandler_p.h.
qint32 BMP_FILEHDR::bfOffBits |
Definition at line 67 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), QBmpHandler::read(), and QBmpHandler::write().
qint16 BMP_FILEHDR::bfReserved1 |
Definition at line 65 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), and QBmpHandler::write().
qint16 BMP_FILEHDR::bfReserved2 |
Definition at line 66 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), and QBmpHandler::write().
qint32 BMP_FILEHDR::bfSize |
Definition at line 64 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), and QBmpHandler::write().
char BMP_FILEHDR::bfType[2] |
Definition at line 63 of file qbmphandler_p.h.
Referenced by operator<<(), operator>>(), and QBmpHandler::write().