bmpfiltr.h File Reference

(r1785/r1282)

#include "bitfilt.h"
#include "bmpprefs.h"

Go to the source code of this file.

Classes

class  BMPExportOptions
 Base class for storing information about the bitmap we're exporting. More...
class  BMPFilter
 Encapsulates a Windows BMP export filter. Will probably import one day too. More...

Enumerations

enum  BMP_COMPRESSION { BMP_RGB = 0, BMP_RLE = 1 }


Enumeration Type Documentation

enum BMP_COMPRESSION
 

Enumerator:
BMP_RGB 
BMP_RLE 

Definition at line 112 of file bmpfiltr.h.

00113 {
00114     BMP_RGB     = 0,
00115     BMP_RLE     = 1
00116 };


Generated on Sat Nov 10 03:49:27 2007 for Camelot by  doxygen 1.4.4