#include <my_ncurses.H>
Public Member Functions | |
outbuf (int nlines, int ncols, int begin_y, int begin_x) | |
~outbuf () | |
int | wgetch () |
Protected Member Functions | |
virtual int | overflow (int c) |
Protected Attributes | |
WINDOW * | win |
This class wraps the ncurses functions to provide access to a window through a stream buffer. The stream buffer is initialized with the coordinates of the window.
Definition at line 25 of file my_ncurses.H.
outbuf::outbuf | ( | int | nlines, | |
int | ncols, | |||
int | begin_y, | |||
int | begin_x | |||
) | [inline] |
outbuf::~outbuf | ( | ) | [inline] |
int outbuf::wgetch | ( | ) | [inline] |
virtual int outbuf::overflow | ( | int | c | ) | [inline, protected, virtual] |
WINDOW* outbuf::win [protected] |
Definition at line 28 of file my_ncurses.H.
Referenced by outbuf(), overflow(), wgetch(), and ~outbuf().