![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
| struct | WBMPHeader |
| class | WBMPReader |
Macros | |
| #define | WBMPFIXEDHEADER_SIZE 2 |
Functions | |
| static bool | readMultiByteInt (QIODevice *iodev, quint32 *num) |
| static bool | writeMultiByteInt (QIODevice *iodev, quint32 num) |
| static bool | readWBMPHeader (QIODevice *iodev, WBMPHeader *hdr) |
| static bool | writeWBMPHeader (QIODevice *iodev, const WBMPHeader &hdr) |
| static bool | writeWBMPData (QIODevice *iodev, const QImage &image) |
| static bool | readWBMPData (QIODevice *iodev, QImage &image) |
| #define WBMPFIXEDHEADER_SIZE 2 |
Definition at line 27 of file qwbmphandler.cpp.
Definition at line 30 of file qwbmphandler.cpp.
Definition at line 124 of file qwbmphandler.cpp.
|
static |
Definition at line 73 of file qwbmphandler.cpp.
Referenced by WBMPReader::canRead(), and QWbmpHandler::option().
Definition at line 53 of file qwbmphandler.cpp.
Definition at line 109 of file qwbmphandler.cpp.
|
static |
Definition at line 93 of file qwbmphandler.cpp.