ISLEman
Public Member Functions | Static Public Member Functions | Friends | List of all members
Image Class Reference

Class representing a bitmap image generated by doxygen. More...

#include <image.h>

Public Member Functions

 Image (int w, int h)
 
void setPixel (int x, int y, uchar val)
 
uchar getPixel (int x, int y) const
 
void writeChar (int x, int y, char c, uchar fg)
 
void writeString (int x, int y, const char *s, uchar fg)
 
void drawHorzLine (int y, int xs, int xe, uchar colIndex, uint mask)
 
void drawHorzArrow (int y, int xs, int xe, uchar colIndex, uint mask)
 
void drawVertLine (int x, int ys, int ye, uchar colIndex, uint mask)
 
void drawVertArrow (int x, int ys, int ye, uchar colIndex, uint mask)
 
void drawRect (int x, int y, int width, int height, uchar colIndex, uint mask)
 
void fillRect (int x, int y, int width, int height, uchar colIndex, uint mask)
 
bool save (const char *fileName, int mode=0)
 
uint getWidth () const
 
uint getHeight () const
 
uchar * getData () const
 

Static Public Member Functions

static uint stringLength (const char *s)
 

Friends

uint stringLength (const char *s)
 

Detailed Description

Class representing a bitmap image generated by doxygen.


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