_BITMAPFILEHEADER Struct Reference

The header of a bitmap file structure. More...

#include <Image.h>


Data Fields

short bfType
int bfSize
short bfReserved1
short bfReserved2
int bfOffBits


Detailed Description

The header of a bitmap file structure.

Definition at line 41 of file Image.h.


Field Documentation

short _BITMAPFILEHEADER::bfType

Must always be set to 'BM' to declare that this is a .bmp-file.

Definition at line 43 of file Image.h.

Referenced by Image::loadBMP(), and Image::readBMPFileHeader().

int _BITMAPFILEHEADER::bfSize

Specifies the size of the file in bytes.

Definition at line 45 of file Image.h.

Referenced by Image::readBMPFileHeader().

short _BITMAPFILEHEADER::bfReserved1

Must always be set to zero.

Definition at line 47 of file Image.h.

Referenced by Image::readBMPFileHeader().

short _BITMAPFILEHEADER::bfReserved2

Must always be set to zero.

Definition at line 49 of file Image.h.

Referenced by Image::readBMPFileHeader().

int _BITMAPFILEHEADER::bfOffBits

Specifies the offset from the beginning of the file to the bitmap data.

Definition at line 51 of file Image.h.

Referenced by Image::loadBMP(), and Image::readBMPFileHeader().


The documentation for this struct was generated from the following file:
Generated on Sat Feb 2 22:23:01 2008 for Teapot Colony Wars by  doxygen 1.5.4