Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

plwindefs.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

struct  tagWINRGBQUAD
 Windows Bitmap Struct Definitions. More...
struct  tagWINBITMAPFILEHEADER
struct  tagWINBITMAPINFOHEADER
struct  tagWINBITMAPINFO
struct  tagWINBITMAPCOREHEADER

Defines

#define BI_RGB   0L
#define BI_RLE8   1L
#define BI_RLE4   2L
#define BI_BITFIELDS   3L

Typedefs

typedef tagWINRGBQUAD WINRGBQUAD
 Windows Bitmap Struct Definitions.
typedef tagWINBITMAPFILEHEADER WINBITMAPFILEHEADER
typedef tagWINBITMAPINFOHEADER WINBITMAPINFOHEADER
typedef tagWINBITMAPINFO WINBITMAPINFO
typedef tagWINBITMAPCOREHEADER WINBITMAPCOREHEADER


Define Documentation

#define BI_BITFIELDS   3L
 

Definition at line 78 of file plwindefs.h.

Referenced by PLBmpDecoder::decodeHiColor().

#define BI_RGB   0L
 

Definition at line 75 of file plwindefs.h.

#define BI_RLE4   2L
 

Definition at line 77 of file plwindefs.h.

#define BI_RLE8   1L
 

Definition at line 76 of file plwindefs.h.


Typedef Documentation

typedef struct tagWINBITMAPCOREHEADER WINBITMAPCOREHEADER
 

typedef struct tagWINBITMAPFILEHEADER WINBITMAPFILEHEADER
 

Referenced by PLBmpEncoder::DoEncode(), PLAnyPicDecoder::getFileType(), and PLBmpDecoder::getInfoHeader().

typedef struct tagWINBITMAPINFO WINBITMAPINFO
 

typedef struct tagWINBITMAPINFOHEADER WINBITMAPINFOHEADER
 

Referenced by PLBmpDecoder::decodeHiColor(), PLBmpDecoder::DoDecode(), PLBmpEncoder::DoEncode(), PLBmpDecoder::getInfoHeader(), and PLBmpDecoder::readPalette().

typedef struct tagWINRGBQUAD WINRGBQUAD
 

Windows Bitmap Struct Definitions.

Contains the definitions for the data structures used in windows bitmap files. For windows apps, they are already defined - but not with these names.

The WINRGBQUAD, WINBITMAPFILEHEADER, WINBITMAPINFOHEADER, and WINBITMAPINFO structs are defined as RGBQUAD etc. in the windows header files. See the windows documentation for details.

Referenced by PLBmpDecoder::decode24bppLine(), PLBmpEncoder::DoEncode(), and PLBmpDecoder::readPalette().


Generated on Wed Dec 15 21:20:46 2004 for vuVolume by  doxygen 1.3.9.1