![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qplatformdefs.h>#include "private/qxbmhandler_p.h"#include <qimage.h>#include <qiodevice.h>#include <qloggingcategory.h>#include <qvariant.h>#include <private/qtools_p.h>#include <private/qimage_p.h>#include <cstdio>#include <stdio.h>Go to the source code of this file.
Functions | |
| static int | hex2byte (char *p) |
| static bool | read_xbm_header (QIODevice *device, int &w, int &h) |
| static bool | read_xbm_body (QIODevice *device, int w, int h, QImage *outImage) |
| static bool | read_xbm_image (QIODevice *device, QImage *outImage) |
| static bool | write_xbm_image (const QImage &sourceImage, QIODevice *device, const QString &fileName) |
|
inlinestatic |
Definition at line 29 of file qxbmhandler.cpp.
Referenced by read_xbm_body().
Definition at line 98 of file qxbmhandler.cpp.
References hex2byte().
|
static |
Definition at line 34 of file qxbmhandler.cpp.
Referenced by read_xbm_image().
Definition at line 154 of file qxbmhandler.cpp.
References read_xbm_header().
|
static |
Definition at line 162 of file qxbmhandler.cpp.