Qt 4.8
|
#include "private/qppmhandler_p.h"
#include <qimage.h>
#include <qvariant.h>
#include <qvector.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
static bool | read_pbm_body (QIODevice *device, char type, int w, int h, int mcc, QImage *outImage) |
static bool | read_pbm_header (QIODevice *device, char &type, int &w, int &h, int &mcc) |
static int | read_pbm_int (QIODevice *d) |
static bool | write_pbm_image (QIODevice *out, const QImage &sourceImage, const QByteArray &sourceFormat) |
|
static |
Definition at line 117 of file qppmhandler.cpp.
Referenced by QPpmHandler::read().
|
static |
Definition at line 90 of file qppmhandler.cpp.
Referenced by QPpmHandler::readHeader().
|
static |
Definition at line 57 of file qppmhandler.cpp.
Referenced by read_pbm_body(), and read_pbm_header().
|
static |
Definition at line 257 of file qppmhandler.cpp.
Referenced by QPpmHandler::write().