Qt 4.8
|
#include <qplatformdefs.h>
#include "private/qxbmhandler_p.h"
#include <qimage.h>
#include <qiodevice.h>
#include <qvariant.h>
#include <stdio.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
static int | hex2byte (register char *p) |
static bool | read_xbm_body (QIODevice *device, int w, int h, QImage *outImage) |
static bool | read_xbm_header (QIODevice *device, int &w, int &h) |
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 60 of file qxbmhandler.cpp.
Referenced by read_xbm_body().
Definition at line 122 of file qxbmhandler.cpp.
Referenced by QXbmHandler::read(), and read_xbm_image().
|
static |
Definition at line 66 of file qxbmhandler.cpp.
Referenced by read_xbm_image(), and QXbmHandler::readHeader().
Definition at line 175 of file qxbmhandler.cpp.
Referenced by QXbmHandler::canRead().
|
static |
Definition at line 183 of file qxbmhandler.cpp.
Referenced by QXbmHandler::write().