rendbits.h File Reference

(r1785/r1282)

#include "osrndrgn.h"

Go to the source code of this file.

Classes

class  OSRenderBitmap
 Special version of a RenderRegion that can render into a bitmap. For now it is monochrome only. It can also be asked if it is 'blank' - this can be used for proper click detection. If USE_GDRAW_BITMAP is defined then this class is much reduced, its functionality being subsumed by GRenderClick. More...

Enumerations

enum  BitmapContents { BITMAPCONTENTS_CENTRE, BITMAPCONTENTS_ANY, BITMAPCONTENTS_NONE, BITMAPCONTENTS_ERROR = 0x80 }


Enumeration Type Documentation

enum BitmapContents
 

Enumerator:
BITMAPCONTENTS_CENTRE 
BITMAPCONTENTS_ANY 
BITMAPCONTENTS_NONE 
BITMAPCONTENTS_ERROR 

Definition at line 106 of file rendbits.h.

00107 {
00108     BITMAPCONTENTS_CENTRE,                          // centre pixel set
00109     BITMAPCONTENTS_ANY,                             // any pixel set
00110     BITMAPCONTENTS_NONE,                            // no pixels set
00111     BITMAPCONTENTS_ERROR = 0x80                     // couldn't say
00112 };


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