dvi2bitmap  dvi2bitmap1.0
Public Member Functions | List of all members
GIFBitmap Class Reference

#include <GIFBitmap.h>

Inheritance diagram for GIFBitmap:
BitmapImage

Public Member Functions

 GIFBitmap (const int w, const int h, const int bpp=1)
 
 ~GIFBitmap ()
 
void setBitmap (const Byte *b)
 
void setBitmapRow (const Byte *b)
 
void write (const string filename)
 
string fileExtension () const
 
- Public Member Functions inherited from BitmapImage
 BitmapImage (const int w, const int h, const int bpp=1)
 
virtual ~BitmapImage ()
 
void setBitmap (const Byte *B)
 
void setBitmapRow (const Byte *B)
 
void setTransparent (const bool sw)
 
void setRGB (const bool fg, const Bitmap::BitmapColour *rgb)
 

Additional Inherited Members

- Public Types inherited from BitmapImage
enum  infoFields { SOFTWAREVERSION, INPUTFILENAME, FURTHERINFO }
 
- Static Public Member Functions inherited from BitmapImage
static void setInfo (const infoFields which, const string *s)
 
static BitmapImagenewBitmapImage (const string format, const int w, const int h, const int bpp=1)
 
static bool supportedBitmapImage (const string format)
 
static const char * firstBitmapImageFormat ()
 
static const char * nextBitmapImageFormat ()
 
static void verbosity (const verbosities level)
 
- Protected Attributes inherited from BitmapImage
int w_
 
int h_
 
const int bpp_
 
const Bytebitmap_
 
ByteallocBitmap_
 
bool myBitmap_
 
int bitmapRows_
 
bool isTransparent_
 
Bitmap::BitmapColour fg_
 
Bitmap::BitmapColour bg_
 
- Static Protected Attributes inherited from BitmapImage
static const string * softwareversion = 0
 
static const string * inputfilename = 0
 
static const string * furtherinfo = 0
 
static const char * formats []
 
static const int nformats = sizeof(formats)/sizeof(formats[0])
 
static int iterator_index = 0
 
static verbosities verbosity_ = normal
 

Constructor & Destructor Documentation

GIFBitmap::GIFBitmap ( const int  w,
const int  h,
const int  bpp = 1 
)

References BITS, normal, and BitmapImage::verbosity_.

GIFBitmap::~GIFBitmap ( )

Member Function Documentation

string GIFBitmap::fileExtension ( ) const
inlinevirtual

Implements BitmapImage.

void GIFBitmap::setBitmap ( const Byte b)
void GIFBitmap::setBitmapRow ( const Byte b)
void GIFBitmap::write ( const string  filename)
virtual

The documentation for this class was generated from the following files: