Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
WBMPReader Class Reference
Collaboration diagram for WBMPReader:

Public Member Functions

 WBMPReader (QIODevice *iodevice)
QImage readImage ()
bool writeImage (QImage image)
 WBMPReader (QIODevice *iodevice)
QImage readImage ()
bool writeImage (QImage image)

Static Public Member Functions

static bool canRead (QIODevice *iodevice)
static bool canRead (QIODevice *iodevice)

Detailed Description

Definition at line 139 of file qwbmphandler.cpp.

Constructor & Destructor Documentation

◆ WBMPReader() [1/2]

WBMPReader::WBMPReader ( QIODevice * iodevice)

Definition at line 155 of file qwbmphandler.cpp.

◆ WBMPReader() [2/2]

WBMPReader::WBMPReader ( QIODevice * iodevice)

Member Function Documentation

◆ canRead() [1/2]

bool WBMPReader::canRead ( QIODevice * iodevice)
static

Definition at line 201 of file qwbmphandler.cpp.

References readWBMPHeader().

Referenced by QWbmpHandler::canRead().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ canRead() [2/2]

bool WBMPReader::canRead ( QIODevice * iodevice)
static

◆ readImage() [1/2]

QImage WBMPReader::readImage ( )

Definition at line 160 of file qwbmphandler.cpp.

◆ readImage() [2/2]

QImage WBMPReader::readImage ( )

◆ writeImage() [1/2]

bool WBMPReader::writeImage ( QImage image)

Definition at line 174 of file qwbmphandler.cpp.

◆ writeImage() [2/2]

bool WBMPReader::writeImage ( QImage image)

The documentation for this class was generated from the following file: