Qt 4.8
|
#include "qicohandler.h"
#include <QtCore/qendian.h>
#include <QtGui/QImage>
#include <QtCore/QFile>
#include <QtCore/QBuffer>
#include <qvariant.h>
Go to the source code of this file.
Classes | |
struct | BMP_INFOHDR |
struct | ICONDIR |
struct | ICONDIRENTRY |
class | ICOReader |
struct | ICOReader::IcoAttrib |
Macros | |
#define | BMP_INFOHDR_SIZE 40 |
#define | ICONDIR_SIZE 6 |
#define | ICONDIRENTRY_SIZE 16 |
Typedefs | |
typedef struct BMP_INFOHDR * | LPBMP_INFOHDR |
typedef struct ICONDIR * | LPICONDIR |
typedef struct ICONDIRENTRY * | LPICONDIRENTRY |
Functions | |
static bool | readBMPInfoHeader (QIODevice *iodev, BMP_INFOHDR *pHeader) |
static bool | readIconDir (QIODevice *iodev, ICONDIR *iconDir) |
static bool | readIconDirEntry (QIODevice *iodev, ICONDIRENTRY *iconDirEntry) |
static bool | writeBMPInfoHeader (QIODevice *iodev, const BMP_INFOHDR &header) |
static bool | writeIconDir (QIODevice *iodev, const ICONDIR &iconDir) |
static bool | writeIconDirEntry (QIODevice *iodev, const ICONDIRENTRY &iconEntry) |
#define BMP_INFOHDR_SIZE 40 |
Definition at line 100 of file qicohandler.cpp.
Referenced by readBMPInfoHeader(), ICOReader::write(), and writeBMPInfoHeader().
#define ICONDIR_SIZE 6 |
Definition at line 85 of file qicohandler.cpp.
Referenced by ICOReader::canRead(), QtIcoHandler::option(), readIconDir(), ICOReader::readIconEntry(), and ICOReader::write().
#define ICONDIRENTRY_SIZE 16 |
Definition at line 76 of file qicohandler.cpp.
Referenced by ICOReader::canRead(), QtIcoHandler::option(), readIconDirEntry(), ICOReader::readIconEntry(), ICOReader::write(), and writeIconDirEntry().
typedef struct BMP_INFOHDR* LPBMP_INFOHDR |
typedef struct ICONDIRENTRY * LPICONDIRENTRY |
|
static |
Definition at line 209 of file qicohandler.cpp.
Referenced by ICOReader::readBMPHeader().
Definition at line 183 of file qicohandler.cpp.
Referenced by ICOReader::canRead(), and ICOReader::readHeader().
|
static |
Definition at line 145 of file qicohandler.cpp.
Referenced by ICOReader::canRead(), QtIcoHandler::option(), and ICOReader::readIconEntry().
|
static |
Definition at line 231 of file qicohandler.cpp.
Referenced by ICOReader::write().
Definition at line 197 of file qicohandler.cpp.
Referenced by ICOReader::write().
|
static |
Definition at line 165 of file qicohandler.cpp.
Referenced by ICOReader::write().