![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for WBMPReader:Public Member Functions | |
| WBMPReader (QIODevice *iodevice) | |
| QImage | readImage () |
| bool | writeImage (QImage image) |
Static Public Member Functions | |
| static bool | canRead (QIODevice *iodevice) |
Definition at line 138 of file qwbmphandler.cpp.
| WBMPReader::WBMPReader | ( | QIODevice * | iodevice | ) |
Definition at line 154 of file qwbmphandler.cpp.
|
static |
Definition at line 200 of file qwbmphandler.cpp.
References device, WBMPHeader::format, WBMPHeader::height, readWBMPHeader(), WBMPHeader::type, and WBMPHeader::width.
Referenced by QWbmpHandler::canRead().
Here is the call graph for this function:
Here is the caller graph for this function:| QImage WBMPReader::readImage | ( | ) |
Definition at line 159 of file qwbmphandler.cpp.
References QImageIOHandler::allocateImage(), QImage::Format_Mono, WBMPHeader::height, readWBMPData(), readWBMPHeader(), and WBMPHeader::width.
Referenced by QWbmpHandler::read().
Here is the call graph for this function:
Here is the caller graph for this function:| bool WBMPReader::writeImage | ( | QImage | image | ) |
Definition at line 173 of file qwbmphandler.cpp.
References WBMPHeader::format, QImage::Format_Mono, WBMPHeader::height, qGray(), WBMPHeader::type, WBMPHeader::width, writeWBMPData(), and writeWBMPHeader().
Referenced by QWbmpHandler::write().
Here is the call graph for this function:
Here is the caller graph for this function: