#include <htio.h>
Inheritance diagram for drawbuf:
Public Member Functions | |
drawbuf (bounds *b) | |
~drawbuf () | |
virtual void | b_fill (int x, int y, int w, int h, int c, int ch) |
virtual void | b_printchar (int x, int y, int c, int ch) |
virtual int | b_lprint (int x, int y, int c, int l, char *text) |
virtual int | b_lprintw (int x, int y, int c, int l, int *text) |
virtual void | b_setbounds (bounds *b) |
Public Attributes | |
drawbufch * | buf |
|
Definition at line 404 of file htio.cc. References b_setbounds(), and buf. |
|
Definition at line 410 of file htio.cc. References buf. |
|
Reimplemented from genericdrawbuf. Definition at line 415 of file htio.cc. References buf, drawbufch::c, drawbufch::ch, and vcp_mix(). |
|
Reimplemented from genericdrawbuf. Definition at line 438 of file htio.cc. References buf, byte, drawbufch::c, drawbufch::ch, and vcp_mix(). |
|
Reimplemented from genericdrawbuf. Definition at line 456 of file htio.cc. References buf, byte, drawbufch::c, drawbufch::ch, and vcp_mix(). |
|
Reimplemented from genericdrawbuf. Definition at line 431 of file htio.cc. References buf, drawbufch::c, drawbufch::ch, and vcp_mix(). |
|
Reimplemented from genericdrawbuf. Definition at line 474 of file htio.cc. References genericdrawbuf::b_setbounds(), buf, drawbufch::c, drawbufch::ch, malloc(), VC_TRANSPARENT, and VCP. Referenced by drawbuf(). |
|
Definition at line 217 of file htio.h. Referenced by b_fill(), b_lprint(), b_lprintw(), b_printchar(), b_setbounds(), drawbuf(), screendrawbuf::drawbuffer(), and ~drawbuf(). |