CGraphicsMono Member List
This is the complete list of members for
CGraphicsMono, including all inherited members.
CGraphics(INT16 width, INT16 height) | CGraphics | |
CGraphicsMono(INT16 width, INT16 height) | CGraphicsMono | |
CGraphicsMono(void *mem_addr, INT16 width, INT16 height) | CGraphicsMono | |
ClipRect(INT16 x, INT16 y, INT16 width, INT16 height) | CGraphics | |
DrawChar(CHAR ch, INT16 x, INT16 y) | CGraphics | [protected, virtual] |
DrawImage(CImage *img, INT16 x, INT16 y, INT8 anchor) | CGraphicsMono | [virtual] |
DrawLine(INT16 x1, INT16 y1, INT16 x2, INT16 y2) | CGraphics | [virtual] |
DrawRectangle(INT16 x, INT16 y, INT16 width, INT16 height) | CGraphics | [virtual] |
DrawString(const CString *str, INT16 x, INT16 y, INT8 anchor) | CGraphics | |
FillRectangle(INT16 x, INT16 y, INT16 width, INT16 height) | CGraphicsMono | [virtual] |
GetBuffer() | CGraphics | |
GetBufferLength() | CGraphics | |
GetPixel(INT16 x, INT16 y) | CGraphicsMono | [protected, virtual] |
m_buffer | CGraphics | [protected] |
m_bufferLength | CGraphics | [protected] |
m_color | CGraphics | [protected] |
m_font | CGraphics | [protected] |
m_height | CGraphics | [protected] |
m_width | CGraphics | [protected] |
m_Xmax | CGraphics | [protected] |
m_Xmin | CGraphics | [protected] |
m_xor | CGraphics | [protected] |
m_Ymax | CGraphics | [protected] |
m_Ymin | CGraphics | [protected] |
SetClip(INT16 x, INT16 y, INT16 width, INT16 height) | CGraphics | |
SetColor(INT32 rgb) | CGraphics | |
SetFont(CFont *font) | CGraphics | |
SetPaintMode(BOOL b) | CGraphics | |
~CGraphics() (defined in CGraphics) | CGraphics | |
~CGraphicsMono() (defined in CGraphicsMono) | CGraphicsMono | |