|
| | Image (int w, int h) |
| |
| | ~Image () |
| |
| 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 |
| |
Class representing a bitmap image generated by doxygen.
Definition at line 24 of file image.h.