| drawCircle(int x0, int y0, int r) | Graphics | |
| drawImage(Image *image, int x, int y) | Graphics | |
| drawLine(int x0, int y0, int x1, int y1) | Graphics | |
| drawPixel(int x, int y, unsigned int color) | Graphics | |
| drawRect(int x, int y, int width, int height) | Graphics | |
| drawText(char *s, int x, int y) | Graphics | |
| fillCircle(int x0, int y0, int r) | Graphics | |
| fillRect(int x, int y, int width, int height) | Graphics | |
| getFontStyle() | Graphics | |
| getHeight() | Graphics | |
| getWidth() | Graphics | |
| Graphics() | Graphics | |
| Graphics(Image *image) | Graphics | |
| Object() | Object | |
| setClip(int cx, int cy, int cw, int ch) | Graphics | |
| setColor(unsigned int color) | Graphics | |
| setColor(unsigned char r, unsigned char g, unsigned char b) | Graphics | |
| setFontStyle(int style) | Graphics | |
| threadID | Object | [protected] |
| translate(int x, int y) | Graphics | |
| ~Graphics() | Graphics | [virtual] |
| ~Object() | Object | [virtual] |