Qt 4.8
|
Go to the source code of this file.
Functions | |
static int | calc_shift (uint mask) |
static QDataStream & | operator<< (QDataStream &s, const BMP_FILEHDR &bf) |
static QDataStream & | operator<< (QDataStream &s, const BMP_INFOHDR &bi) |
static QDataStream & | operator>> (QDataStream &s, BMP_FILEHDR &bf) |
static QDataStream & | operator>> (QDataStream &s, BMP_INFOHDR &bi) |
bool | qt_read_dib (QDataStream &s, QImage &image) |
bool | qt_write_dib (QDataStream &s, QImage image) |
static bool | read_dib_body (QDataStream &s, const BMP_INFOHDR &bi, int offset, int startpos, QImage &image) |
static bool | read_dib_fileheader (QDataStream &s, BMP_FILEHDR &bf) |
static bool | read_dib_infoheader (QDataStream &s, BMP_INFOHDR &bi) |
static void | swapPixel01 (QImage *image) |
Variables | |
const int | BMP_BITFIELDS = 3 |
const int | BMP_FILEHDR_SIZE = 14 |
const int | BMP_OLD = 12 |
const int | BMP_OS2 = 64 |
const int | BMP_RGB = 0 |
const int | BMP_RLE4 = 2 |
const int | BMP_RLE8 = 1 |
const int | BMP_WIN = 40 |
const int | BMP_WIN4 = 108 |
const int | BMP_WIN5 = 124 |
|
static |
Definition at line 146 of file qbmphandler.cpp.
Referenced by read_dib_body().
|
static |
Definition at line 91 of file qbmphandler.cpp.
|
static |
Definition at line 133 of file qbmphandler.cpp.
|
static |
Definition at line 84 of file qbmphandler.cpp.
|
static |
bool qt_read_dib | ( | QDataStream & | s, |
QImage & | image | ||
) |
Definition at line 685 of file qbmphandler.cpp.
Referenced by QWindowsMimeImage::convertToMime().
bool qt_write_dib | ( | QDataStream & | s, |
QImage | image | ||
) |
Definition at line 565 of file qbmphandler.cpp.
Referenced by QWindowsMimeImage::convertFromMime(), and QBmpHandler::write().
|
static |
Definition at line 188 of file qbmphandler.cpp.
Referenced by qt_read_dib(), and QBmpHandler::read().
|
static |
Definition at line 156 of file qbmphandler.cpp.
Referenced by QBmpHandler::readHeader().
|
static |
Definition at line 170 of file qbmphandler.cpp.
Referenced by qt_read_dib(), and QBmpHandler::readHeader().
|
static |
Definition at line 52 of file qbmphandler.cpp.
Referenced by read_dib_body().
const int BMP_BITFIELDS = 3 |
Definition at line 108 of file qbmphandler.cpp.
Referenced by read_dib_body(), and read_dib_infoheader().
const int BMP_FILEHDR_SIZE = 14 |
Definition at line 82 of file qbmphandler.cpp.
Referenced by qt_read_dib(), read_dib_body(), and QBmpHandler::write().
const int BMP_OLD = 12 |
Definition at line 99 of file qbmphandler.cpp.
Referenced by read_dib_body().
const int BMP_OS2 = 64 |
Definition at line 101 of file qbmphandler.cpp.
Referenced by operator>>().
const int BMP_RGB = 0 |
Definition at line 105 of file qbmphandler.cpp.
Referenced by operator>>(), qt_write_dib(), read_dib_body(), and read_dib_infoheader().
const int BMP_RLE4 = 2 |
Definition at line 107 of file qbmphandler.cpp.
Referenced by read_dib_body(), and read_dib_infoheader().
const int BMP_RLE8 = 1 |
Definition at line 106 of file qbmphandler.cpp.
Referenced by read_dib_body(), and read_dib_infoheader().
const int BMP_WIN = 40 |
Definition at line 100 of file qbmphandler.cpp.
Referenced by operator>>(), qt_write_dib(), read_dib_body(), and QBmpHandler::write().
const int BMP_WIN4 = 108 |
Definition at line 102 of file qbmphandler.cpp.
Referenced by operator>>(), and read_dib_body().
const int BMP_WIN5 = 124 |
Definition at line 103 of file qbmphandler.cpp.
Referenced by operator>>(), and read_dib_body().